Initial setup ontvlambaar
This commit is contained in:
@@ -1 +1,22 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
body {
|
||||
// dark mode
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--text-color: rgb(222, 112, 108);
|
||||
--background-color: rgb(41, 23, 44);
|
||||
--accent-color: rgb(222, 112, 108);
|
||||
}
|
||||
|
||||
|
||||
// light mode
|
||||
--text-color: rgb(29, 29, 29);
|
||||
--background-color: rgb(255, 255, 255);
|
||||
--accent-color: rgb(211, 55, 38);
|
||||
|
||||
font-family: Fredoka;
|
||||
font-weight: 300;
|
||||
|
||||
color: var(--text-color);
|
||||
background-color: var(--background-color);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user