Skip to content

Commit 010a632

Browse files
committed
css/light: update highlight fg color
1 parent 7b745a5 commit 010a632

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/_static/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,3 +813,12 @@ p.not-header {
813813
/*visibility: visible;*/
814814
}
815815

816+
817+
@media (prefers-color-scheme: light) {
818+
.highlight .go {
819+
color: var(--color-code);
820+
}
821+
}
822+
823+
824+

0 commit comments

Comments
 (0)