refactor: use var for bg color
This commit is contained in:
@ -33,7 +33,7 @@ body {
|
||||
position: fixed;
|
||||
height: 100vh;
|
||||
z-index: -1;
|
||||
background-color: #1a222c;
|
||||
background-color: var(--dark-purple);
|
||||
}
|
||||
|
||||
#splash {
|
||||
|
Reference in New Issue
Block a user