chore: better var names
This commit is contained in:
parent
8a8de24caa
commit
c5edb32972
5 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
inset: 0;
|
||||
background: var(--gray-overlay);
|
||||
background: var(--gray-dark-transparent);
|
||||
position: fixed;
|
||||
z-index: 3;
|
||||
|
||||
|
|
Reference in a new issue