add smooth link scrolling

This commit is contained in:
Mystikfluu 2022-07-10 13:58:17 +02:00
parent 0aa2cb2f57
commit a2bf4e475b

View File

@ -6,6 +6,10 @@
--blue-ish: #587291; /* buttons etc */ --blue-ish: #587291; /* buttons etc */
} }
html {
scroll-behavior: smooth;
}
.noselect { .noselect {
user-select: none; user-select: none;
} }