Skip to content

Commit 09cc639

Browse files
Fix selected line color in arc-green (go-gitea#11492) (go-gitea#11520)
Co-authored-by: techknowlogick <[email protected]> (cherry picked from commit 6da87ed)
1 parent b67eafb commit 09cc639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ td.blob-excerpt {
11371137
background-color: rgba(0, 0, 0, .15);
11381138
}
11391139

1140-
.lines-code .code-view .active {
1140+
.code-view .lines-code .active {
11411141
background: #534d1b;
11421142
}
11431143

0 commit comments

Comments
 (0)