Dark scheme for high contrast toolbar buttons (issue #142).

This commit is contained in:
hackademix 2022-03-28 00:41:01 +02:00
parent 2f2684d3a7
commit 6db1a8bae2
1 changed files with 3 additions and 3 deletions

View File

@ -92,12 +92,12 @@ tr.site {
font-size: 12px !important;
font-family: sans-serif !important;
text-indent: 0;
color: black !important;
background: white !important;
color: var(--fg-color1) !important;
background: var(--bg-color2) !important;
background-image: none !important;
border-radius: .3em;
text-align: center;
border: 1px solid black;
border: 1px solid var(--fg-color1);
height: auto;
padding: .2em;
}