mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-20 07:38:28 +00:00
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:
parent
11995bf2ee
commit
11789aebb0
|
@ -1109,6 +1109,9 @@ input {
|
||||||
.lines-code .hljs {
|
.lines-code .hljs {
|
||||||
background-color: #2a2e3a !important;
|
background-color: #2a2e3a !important;
|
||||||
}
|
}
|
||||||
|
td.blob-excerpt {
|
||||||
|
background-color: rgba(0, 0, 0, 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
.code-view .active {
|
.code-view .active {
|
||||||
background: #554a00;
|
background: #554a00;
|
||||||
|
|
Loading…
Reference in a new issue