diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-20 04:49:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 22:49:48 -0400 |
commit | 6da87eda8bcfca49a008c07f7e3cff001df921bf (patch) | |
tree | f5f6ed3f096f4c8e6d61d32b3d6a93201351bab2 /web_src/less/themes | |
parent | c572ee2b61a9ed8bd8db3f12b9c44724693cef65 (diff) | |
download | gitea-6da87eda8bcfca49a008c07f7e3cff001df921bf.tar.gz gitea-6da87eda8bcfca49a008c07f7e3cff001df921bf.zip |
Fix selected line color in arc-green (#11492)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/themes')
-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 da1c9d435f..8caadd151d 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -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; } |