mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 03:23:41 +02:00
wip(22w7d): add webkit backdrop filter support
This commit is contained in:
parent
75b7282411
commit
540d707fb2
1 changed files with 2 additions and 2 deletions
|
@ -134,9 +134,9 @@ body > div {
|
|||
|
||||
/* -- Media Queries -- */
|
||||
|
||||
@supports (not (backdrop-filter: saturate)) and (not (backdrop-filter: brightness)) {
|
||||
@supports ((not (backdrop-filter: saturate)) and (not (backdrop-filter: brightness))) or ((not (-webkit-backdrop-filter: saturate)) and (not (-webkit-backdrop-filter: brightness))) {
|
||||
#card {
|
||||
background-color: rgba(var(--color-base), .2);
|
||||
background-color: rgba(var(--color-base), .7);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue