mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Merge remote-tracking branch 'pixeldesu/fix/acrylic-firefox' into develop
This commit is contained in:
commit
d5c635edd6
1 changed files with 14 additions and 0 deletions
|
@ -371,6 +371,20 @@ hr {
|
|||
background: var(--acrylicPanel);
|
||||
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||
backdrop-filter: var(--blur, blur(15px));
|
||||
|
||||
@supports not (backdrop-filter: var(--blur, blur(15px))) {
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
background: var(--bg);
|
||||
opacity: .75;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._formBlock {
|
||||
|
|
Loading…
Reference in a new issue