forked from p85947160/gitea
* fix code-expansion theme bug * working solution without important * no new color * the midle
This commit is contained in:
parent
b5b44364e3
commit
b16c555541
|
@ -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…
Reference in New Issue