diff options
author | 6543 <6543@obermui.de> | 2020-02-07 20:19:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 20:19:50 +0100 |
commit | 11789aebb0537b5df551d0857fd0a920fae569a6 (patch) | |
tree | dba891a590158bdf046a93e1de008286d296716b /web_src/less | |
parent | 11995bf2ee2572995e7bc17b2b889ae33474f36c (diff) | |
download | gitea-11789aebb0537b5df551d0857fd0a920fae569a6.tar.gz gitea-11789aebb0537b5df551d0857fd0a920fae569a6.zip |
Fix code-expansion arc-green theme bug (#10180)
* fix code-expansion theme bug
* working solution without important
* no new color
* the midle
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index a40c2fc1a5..cea67fe92d 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -1109,6 +1109,9 @@ input { .lines-code .hljs { background-color: #2a2e3a !important; } +td.blob-excerpt { + background-color: rgba(0, 0, 0, 0.15); +} .code-view .active { background: #554a00; |