Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
bb0cbeb645
commit
ce7cac93cf
1 changed files with 11 additions and 7 deletions
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
--font-sans-serif: sans-serif;
|
--font-sans-serif: sans-serif;
|
||||||
|
|
||||||
--color-background: #e5e5e5;
|
--color-background: hsl(220, 23%, 95%);
|
||||||
--color-text: #191919;
|
--color-text: hsl(234, 16%, 35%);
|
||||||
--link-color: #ffff00;
|
--link-color: hsl(22, 99%, 52%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: DARK) {
|
@media (prefers-color-scheme: DARK) {
|
||||||
:root {
|
:root {
|
||||||
--color-background: #191919;
|
--color-background: hsl(240, 21%, 15%);
|
||||||
--color-background-accent: #2b2b2b;
|
--color-background-accent: hsl(240, 23%, 9%);
|
||||||
--color-text: #e5e5e5;
|
--color-text: hsl(226, 64%, 88%);
|
||||||
--link-color: #ffff00;
|
--link-color: hsl(23, 92%, 75%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,6 +37,10 @@ body {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
header,
|
header,
|
||||||
main,
|
main,
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue