Only use jQuery animate if native smooth scrolling is not supported

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-04-10 00:06:04 +02:00
parent ca1b4954fc
commit 2d2190f8f0
3 changed files with 21 additions and 10 deletions

View file

@ -108,6 +108,7 @@ body {
-moz-transition: all ease 0.3s;
&:hover {
color: inherit;
opacity: 0.9;
}
}