fix: make feature modal translucent
This commit is contained in:
+2
-1
@@ -344,7 +344,8 @@ button:disabled {
|
|||||||
padding: 28px;
|
padding: 28px;
|
||||||
border: 1px solid var(--panel-border);
|
border: 1px solid var(--panel-border);
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
background: #fffefb;
|
background: var(--panel);
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user