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

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
(cherry picked from commit 6da87eda8bcfca49a008c07f7e3cff001df921bf)
This commit is contained in:
Cirno the Strongest
2020-05-20 18:15:34 +02:00
committed by GitHub
parent b67eafbc21
commit 09cc6392f6

View File

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