added wavy effects to links as well as headers; added blurs to code blocks and more elements with background; changed table of contents style

This commit is contained in:
2026-02-12 16:39:28 +01:00
parent b0b89569d9
commit 80b1a2f592
4 changed files with 12 additions and 3 deletions

View File

@@ -46,6 +46,7 @@
border: var(--border-dash-size) var(--color-highlight) dashed;
text-decoration: none;
box-sizing: border-box;
backdrop-filter: blur(var(--blur-radius-background));
transition: background-color var(--duration-animation) ease-out;
}