We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2684d commit 6db1a8bCopy full SHA for 6db1a8b
1 file changed
src/ui/ui-hc.css
@@ -92,12 +92,12 @@ tr.site {
92
font-size: 12px !important;
93
font-family: sans-serif !important;
94
text-indent: 0;
95
- color: black !important;
96
- background: white !important;
+ color: var(--fg-color1) !important;
+ background: var(--bg-color2) !important;
97
background-image: none !important;
98
border-radius: .3em;
99
text-align: center;
100
- border: 1px solid black;
+ border: 1px solid var(--fg-color1);
101
height: auto;
102
padding: .2em;
103
}
0 commit comments