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

@@ -45,6 +45,7 @@
/* mouse over link */
a:hover {
color: var(--color-highlight);
text-decoration: wavy var(--underline-dash-size) var(--color-highlight) underline;
}
@media screen and (max-width: 500px) {