Improved harsh light outlines on tables
This commit is contained in:
parent
fcd922b706
commit
84a6f43473
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue