Skip to content
/ gitea Public
forked from go-gitea/gitea

Commit c1f4587

Browse files
committed
Use more toned colors for selected line (go-gitea#11493)
Co-authored-by: zeripath <[email protected]> (cherry picked from commit 7b66400)
1 parent 1547ce5 commit c1f4587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web_src/less/_base.less

+1-1
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

+1-1
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)