1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 00:45:46 +00:00

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

* fix code-expansion theme bug

* working solution without important

* no new color

* the midle
This commit is contained in:
6543 2020-02-08 00:04:03 +01:00 committed by GitHub
parent b5b44364e3
commit b16c555541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;