Fix yellow background on active elements in code review (#11414)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
mj
Cirno the Strongest 4 years ago committed by GitHub
parent c483419184
commit d833ca3be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1167,7 +1167,7 @@ i.icon.centerlock {
width: 100%;
}
.active {
.lines-code .active {
background: #fff866;
}
}

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

Loading…
Cancel
Save