Skip to content

Commit 6da87ed

Browse files
Fix selected line color in arc-green (#11492)
Co-authored-by: techknowlogick <[email protected]>
1 parent c572ee2 commit 6da87ed

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
@@ -1146,7 +1146,7 @@ td.blob-excerpt {
11461146
background-color: rgba(0, 0, 0, .15);
11471147
}
11481148

1149-
.lines-code .code-view .active {
1149+
.code-view .lines-code .active {
11501150
background: #534d1b;
11511151
}
11521152

0 commit comments

Comments
 (0)