session: no blur backdrop
Reduce the transparency so it falls under ignorealpha rule
This commit is contained in:
parent
acae35aa52
commit
b046a0ee0b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
@use "font";
|
||||
|
||||
.session {
|
||||
background-color: #0000009e;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
|
||||
.inner {
|
||||
@include lib.rounded(8);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue