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 */
}
html {
scroll-behavior: smooth;
}
.noselect {
user-select: none;
}