mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
fix: supports backdrop-filter
This commit is contained in:
parent
750ae4a6cb
commit
7ce5ceea9e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ body > div {
|
|||
|
||||
/* -- 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 {
|
||||
background-color: rgba(var(--color-base), .7);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue