Browse Source

Fix code-expansion arc-green theme bug (#10180) (#10185)

* fix code-expansion theme bug

* working solution without important

* no new color

* the midle
tags/v1.11.0
6543 4 years ago
parent
commit
b16c555541
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      web_src/less/themes/arc-green.less

+ 3
- 0
web_src/less/themes/arc-green.less View File

@@ -1111,6 +1111,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;

Loading…
Cancel
Save