Improved harsh light outlines on tables

This commit is contained in:
overdodactyl 2017-12-13 10:55:39 -07:00
parent fcd922b706
commit 84a6f43473
1 changed files with 2 additions and 0 deletions

View File

@ -8,11 +8,13 @@
th {
background-color: var(--primary-accent-color-dark) !important;
border-color: var(--grey-80) !important;
}
td {
color: var(--primary-light-color) !important;
background-color: var(--dark-accent) !important;
border-color: var(--grey-80) !important;
}
button {