tweaks to group, mostly

This commit is contained in:
Eric Gideon 2021-05-22 11:30:55 -07:00
parent 8d877eeed8
commit b775f2b326
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
:root { :root {
color-scheme: light dark; color-scheme: light dark;
--body-bgcolor: #ffffff; --body-bgcolor: #ffffff;
--modal-bgcolor: #ffffff; --modal-bgcolor: #dddddd;
--body-text: #222222; --body-text: #222222;
--head-text: #444444; --head-text: #444444;
--title-text: #002F5D; --title-text: #002F5D;
@ -1060,9 +1060,9 @@ a:hover {
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #e5e9f9; border: 1px solid var(--modal-bgcolor);
background-color: var(--body-bgcolor); background-color: var(--body-bgcolor);
color: #060d46; color: var(--body-color);
width: auto; width: auto;
} }