Skip to content

Commit 6db1a8b

Browse files
committed
Dark scheme for high contrast toolbar buttons (issue #142).
1 parent 2f2684d commit 6db1a8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui/ui-hc.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ tr.site {
9292
font-size: 12px !important;
9393
font-family: sans-serif !important;
9494
text-indent: 0;
95-
color: black !important;
96-
background: white !important;
95+
color: var(--fg-color1) !important;
96+
background: var(--bg-color2) !important;
9797
background-image: none !important;
9898
border-radius: .3em;
9999
text-align: center;
100-
border: 1px solid black;
100+
border: 1px solid var(--fg-color1);
101101
height: auto;
102102
padding: .2em;
103103
}

0 commit comments

Comments
 (0)