mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 11:33:41 +02:00
fix: supports backdrop-filter
This commit is contained in:
parent
750ae4a6cb
commit
ea201aac4c
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ body > div {
|
||||||
|
|
||||||
/* -- Media Queries -- */
|
/* -- Media Queries -- */
|
||||||
|
|
||||||
@supports ((backdrop-filter: saturate) and (backdrop-filter: brightness)) or ((-webkit-backdrop-filter: saturate) and (-webkit-backdrop-filter: brightness)) {
|
@supports ((not ((backdrop-filter: saturate(1)) and (backdrop-filter: brightness(1)))) and (not ((-webkit-backdrop-filter: saturate(1)) and (-webkit-backdrop-filter: brightness(1))))) {
|
||||||
#card {
|
#card {
|
||||||
background-color: rgba(var(--color-base), .7);
|
background-color: rgba(var(--color-base), .7);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue