1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Updated styles

This commit is contained in:
Eldad Fux 2020-02-10 21:23:50 +02:00
parent 8ccea9387c
commit 7a335dc9e4
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -8,6 +8,7 @@
--config-color-link: #1e849e;
--config-color-background: #eceff1;
--config-color-background-fade: #ffffff;
--config-color-background-focus: #f5f5f5;
--config-color-placeholder: #868686;
--config-color-normal: #40404c;
--config-color-focus: #f02e65;

View file

@ -56,7 +56,7 @@ table {
}
tr:nth-child(even) {
background: #fbfbfb;
background: var(--config-color-background-focus);
}
th {