Browse Source

Fix selected line color in arc-green (#11492)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Cirno the Strongest GitHub 5 years ago
parent
commit
c41dec924d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/less/themes/theme-arc-green.less

+ 1
- 1
web_src/less/themes/theme-arc-green.less View File

@@ -1146,7 +1146,7 @@ td.blob-excerpt {
background-color: rgba(0, 0, 0, .15);
}

.lines-code .code-view .active {
.code-view .lines-code .active {
background: #534d1b;
}



Loading…
Cancel
Save