Use more toned colors for selected line (#11493)

Co-authored-by: zeripath <art27@cantab.net>
tokarchuk/v1.17
Cirno the Strongest 5 years ago committed by GitHub
parent 29fbe63ba9
commit 7b66400f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/less/_base.less
  2. 2
      web_src/less/themes/theme-arc-green.less

@ -1177,7 +1177,7 @@ i.icon.centerlock {
} }
.lines-code .active { .lines-code .active {
background: #fff866; background: #fff6af;
} }
} }

@ -1138,7 +1138,7 @@ td.blob-excerpt {
} }
.lines-code .code-view .active { .lines-code .code-view .active {
background: #554a00; background: #534d1b;
} }
a.ui.label:hover, a.ui.label:hover,

Loading…
Cancel
Save