Skip to content

Commit

Permalink
increase transparency slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Dec 4, 2024
1 parent baa1dce commit d82b0cb
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
--col-sub-border: #a37abe21;
--col-background: #2b2342;
--col-shadow: #13061845;
--col-table-buttons: #322640d1;
--col-table-cells: #191422bf;
--col-table-buttons: #3226407e;
--col-table-cells: #19142283;
--easer: cubic-bezier(0.19, 1, 0.22, 1);

--border-radius-1: 10px;
Expand Down Expand Up @@ -194,6 +194,25 @@ a:visited {
padding-block: var(--gap);
}

@supports (backdrop-filter: blur(16px)) {

/* #base {
-webkit-backdrop-filter: blur(64px);
backdrop-filter: blur(64px);
} */

#buttonbox {
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
}

.linkcell div {
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
}
}



#marginprovider {
position: absolute;
Expand Down

0 comments on commit d82b0cb

Please sign in to comment.