1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-22 16:04:18 -04:00

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

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Cirno the Strongest 2020-05-20 04:49:48 +02:00 committed by GitHub
parent c572ee2b61
commit 6da87eda8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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