Skip to content

Commit

Permalink
Fix code-expansion arc-green theme bug (go-gitea#10180) (go-gitea#10185)
Browse files Browse the repository at this point in the history
* fix code-expansion theme bug

* working solution without important

* no new color

* the midle
  • Loading branch information
6543 authored Feb 7, 2020
1 parent b5b4436 commit b16c555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web_src/less/themes/arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b16c555

Please sign in to comment.