convert to CSS variables
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
}
|
||||
|
||||
.black-background {
|
||||
background-color: #11131f;
|
||||
background-color: var(--active-bg);
|
||||
z-index: 100;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user