diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-20 18:15:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 19:15:34 +0300 |
commit | 09cc6392f6320560e805bd50f99ccd85cda9319c (patch) | |
tree | 30e0bf406b35f71bb6f4c177473d48ba33da18e6 | |
parent | b67eafbc21d82956b122acbd7b6aa6882cecef5a (diff) | |
download | gitea-09cc6392f6320560e805bd50f99ccd85cda9319c.tar.gz gitea-09cc6392f6320560e805bd50f99ccd85cda9319c.zip |
Fix selected line color in arc-green (#11492) (#11520)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
(cherry picked from commit 6da87eda8bcfca49a008c07f7e3cff001df921bf)
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 0a468d047c..eabbe30a34 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -1137,7 +1137,7 @@ td.blob-excerpt { background-color: rgba(0, 0, 0, .15); } -.lines-code .code-view .active { +.code-view .lines-code .active { background: #534d1b; } |