Fix selected line color in arc-green (#11492) (#11520)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
(cherry picked from commit 6da87eda8b)
This commit is contained in:
Cirno the Strongest 2020-05-20 18:15:34 +02:00 committed by GitHub
parent b67eafbc21
commit 09cc6392f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ td.blob-excerpt {
background-color: rgba(0, 0, 0, .15);
}
.lines-code .code-view .active {
.code-view .lines-code .active {
background: #534d1b;
}