Skip to content

Commit b16c555

Browse files
authored
Fix code-expansion arc-green theme bug (#10180) (#10185)
* fix code-expansion theme bug * working solution without important * no new color * the midle
1 parent b5b4436 commit b16c555

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web_src/less/themes/arc-green.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,9 @@ input {
11111111
.lines-code .hljs {
11121112
background-color: #2a2e3a !important;
11131113
}
1114+
td.blob-excerpt {
1115+
background-color: rgba(0, 0, 0, 0.15);
1116+
}
11141117

11151118
.code-view .active {
11161119
background: #554a00;

0 commit comments

Comments
 (0)