mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Use variables for blurred bg
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 10;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: var(--bg-blurred);
|
||||
}
|
||||
|
||||
.modal__content {
|
||||
|
||||
Reference in New Issue
Block a user