Glassmorphism!

Or however it's called, basically all semi-transparent elements are now blurred, see https://daudix.codeberg.page to see why I did this (if this change is still live ofc)
This commit is contained in:
daudix
2024-02-15 23:02:46 +03:00
parent 049cfb7b63
commit 592a486148
7 changed files with 61 additions and 16 deletions

View File

@ -2,6 +2,9 @@
margin: 1rem 0 1rem;
padding: 1rem 1rem 0.5rem 1rem;
border-radius: var(--rounded-corner);
-webkit-backdrop-filter: var(--blur);
backdrop-filter: var(--blur);
box-shadow: var(--edge-highlight), var(--shadow);
* {
margin: 0;