Update styles

This commit is contained in:
thiloho
2023-05-19 14:05:58 +02:00
parent 655a958b68
commit 3b87841eb4

View File

@@ -1,4 +1,4 @@
:root {
:root, html.Light {
--nav-height: 3rem;
--standard-border: 0.0625rem solid var(--tertiary-background-color);
--background-color: hsl(0 0% 100%);
@@ -6,7 +6,6 @@
--tertiary-background-color: hsl(0 0% 90%);
--text-color: hsl(0 0% 10%);
--accent-color: #1e40af;
color-scheme: light;
}
@@ -17,28 +16,16 @@
--tertiary-background-color: hsl(0 0% 20%);
--text-color: hsl(0 0% 90%);
--accent-color: #93c5fd;
color-scheme: dark;
}
}
html.Light {
--background-color: hsl(0 0% 100%);
--secondary-background-color: hsl(0 0% 95%);
--tertiary-background-color: hsl(0 0% 90%);
--text-color: hsl(0 0% 10%);
--accent-color: #1e40af;
color-scheme: light;
}
html.Dark {
--background-color: hsl(0 0% 10%);
--secondary-background-color: hsl(0 0% 15%);
--tertiary-background-color: hsl(0 0% 20%);
--text-color: hsl(0 0% 90%);
--accent-color: #93c5fd;
color-scheme: dark;
}
@@ -139,6 +126,7 @@ button {
ul,
ol {
line-height: 2;
padding-inline-start: 1rem;
}
a {