Website: Style tweaks in dark mode

Increase contrast in dark mode, and increase line height for more
readability.
This commit is contained in:
Francesco Siddi 2023-05-06 01:43:47 +02:00
parent 5981e0d03a
commit a14c926284

View File

@ -73,7 +73,7 @@
--header-background: none;
--header-font-color: #ffffff;
--body-background: #343a40;
--body-background: #1b1d1f;
--body-font-color: #ced3d8;
--mark-color: #ffab00;
@ -99,7 +99,7 @@
--header-background: none;
--header-font-color: #ffffff;
--body-background: #343a40;
--body-background: #1a1d20;
--body-font-color: #ced3d8;
--mark-color: #ffab00;
@ -111,7 +111,7 @@
--link-color-visited: #8982c9;
--accent-color: #2b3035;
--accent-color-lite: #3d454d;
--accent-color-lite: #272c31;
--control-icons: #b2bac1;
@ -165,3 +165,7 @@ body {
.flamenco-download-link {
font-family: var(--font-family-mono);
}
article p {
line-height: 28px;
}