session: no blur backdrop

Reduce the transparency so it falls under ignorealpha rule
This commit is contained in:
2 * r + 2 * t 2025-03-23 15:26:29 +11:00
parent acae35aa52
commit b046a0ee0b

View file

@ -4,7 +4,7 @@
@use "font";
.session {
background-color: #0000009e;
background-color: rgba(0, 0, 0, 0.5);
.inner {
@include lib.rounded(8);