refactor: use var for bg color
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user