Update style, fix contrast issues

This commit is contained in:
Edgar P. Burkhart 2022-12-19 11:57:16 +01:00
parent b844947cfd
commit 0e2fd6e74f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 9 additions and 7 deletions

View File

@ -5,12 +5,12 @@
}
:root {
--theme: #33cc66;
--theme-0: #138037;
--theme-1: #59ff91;
--theme: #66cc66;
--theme-0: #338033;
--theme-1: #99ff99;
--theme-2: var(--theme);
--theme-3: #800a06;
--theme-4: #cc3733;
--theme-3: #802653;
--theme-4: #cc6699;
--text-theme: var(--text);
@ -22,7 +22,8 @@
--bg-01: #f0f0f0;
--text-link: var(--theme-0);
--text-green: #296629;
--text-link: var(--text-green);
--gap: 1rem;
@ -60,4 +61,4 @@ a:hover {
}
.red {color: var(--red)}
.green {color: var(--green)}
.green {color: var(--text-green)}

View File

@ -38,6 +38,7 @@
}
.table > div > span.value {
filter: brightness(95%);
font-weight: 600;
}
.table > div > span.text {