remove light mode
This commit is contained in:
parent
04c7ffb912
commit
9d559da53b
1 changed files with 4 additions and 15 deletions
|
@ -1,17 +1,14 @@
|
||||||
html{
|
html{
|
||||||
--color-primary: white;
|
|
||||||
--color-secondary: black;
|
|
||||||
--color-accent:#09448c;
|
|
||||||
--accent-alternate:#ffd336;
|
|
||||||
--font-family:sans-serif;
|
--font-family:sans-serif;
|
||||||
--font-size:16px;
|
--font-size:16px;
|
||||||
--font-alternate:code;
|
--font-alternate:code;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--color-primary: rgb(255, 255, 255);
|
--color-primary: rgb(0, 0, 0);
|
||||||
--color-secondary: black;
|
--color-secondary: white;
|
||||||
--color-accent: #09448c;
|
--color-accent: #1291e5;
|
||||||
|
--accent-alternate:#51320d;
|
||||||
color: var(--color-secondary);
|
color: var(--color-secondary);
|
||||||
background-color: var(--color-primary);
|
background-color: var(--color-primary);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -23,14 +20,6 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (prefers-color-scheme:dark) {
|
|
||||||
body {
|
|
||||||
--color-primary: rgb(0, 0, 0);
|
|
||||||
--color-secondary: white;
|
|
||||||
--color-accent: #1291e5;
|
|
||||||
--accent-alternate:#51320d;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
header,
|
header,
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Reference in a new issue