new color palette

This commit is contained in:
Fl1tzi 2023-06-11 18:33:30 +02:00
parent 65bf8edffb
commit 2a1635e93a
2 changed files with 10 additions and 6 deletions

View file

@ -14,14 +14,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
--font-family-header-footer: monospace;
--font-family-content: system-ui;
--font-size: 16px;
--background-color: #15161e;
--text-color: #FFFbF1;
}
body {
max-width: 100%;
margin: auto;
padding: 20px;
background-color: black;
color: white;
padding: 10px;
background-color: var(--background-color);
color: var(--text-color);
}
/* on very large screens stop expanding */

View file

@ -14,14 +14,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
--font-family-header-footer: monospace;
--font-family-content: system-ui;
--font-size: 16px;
--background-color: #15161e;
--text-color: #FFFbF1;
}
body {
max-width: 100%;
margin: auto;
padding: 20px;
background-color: black;
color: white;
padding: 10px;
background-color: var(--background-color);
color: var(--text-color);
}
/* on very large screens stop expanding */