Skip to content

Commit b67eafb

Browse files
Use more toned colors for selected line (#11493) (#11511)
Co-authored-by: zeripath <[email protected]> (cherry picked from commit 7b66400) Co-authored-by: techknowlogick <[email protected]>
1 parent c1ba480 commit b67eafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ i.icon.centerlock {
11771177
}
11781178

11791179
.lines-code .active {
1180-
background: #fff866;
1180+
background: #fff6af;
11811181
}
11821182
}
11831183

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ td.blob-excerpt {
11381138
}
11391139

11401140
.lines-code .code-view .active {
1141-
background: #554a00;
1141+
background: #534d1b;
11421142
}
11431143

11441144
a.ui.label:hover,

0 commit comments

Comments
 (0)