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

* fix code-expansion theme bug

* working solution without important

* no new color

* the midle
This commit is contained in:
6543 2020-02-07 20:19:50 +01:00 committed by GitHub
parent 11995bf2ee
commit 11789aebb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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;