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