bg tokyo night style

This commit is contained in:
HorizonCode 2023-01-25 15:50:50 +01:00
parent f1ef41dfea
commit da1b05c9a1
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
:root {
--main-accent: 335deg;
--main-bg: 230deg;
}
* {
@ -9,7 +10,7 @@
}
body {
background-color: #24283B;
background-color: hsl(var(--main-bg), 24%, 19%);
}
.sections {