refactor: use var for bg color

This commit is contained in:
Cyril MARPAUD
2023-03-15 11:48:23 +01:00
parent 2d8fbdfe9d
commit 3365e20af6

View File

@ -33,7 +33,7 @@ body {
position: fixed; position: fixed;
height: 100vh; height: 100vh;
z-index: -1; z-index: -1;
background-color: #1a222c; background-color: var(--dark-purple);
} }
#splash { #splash {