Auto-commit: make scroll slower

This commit is contained in:
2026-01-14 23:13:59 +01:00
parent fc063ad200
commit 7ab0247e40
2 changed files with 28 additions and 25 deletions

View File

@@ -98,6 +98,9 @@
--width-carousel-padding: calc((100vw - var(--width-content-width)) / 2 + 1px - var(--vw-1_5));
--width-carousel-padding-controls: calc((100vw - var(--width-content-width)) / 2 + 1px);
--width-carousel-padding-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px - var(--vw-1_5));
html {
scroll-behavior: smooth;
}
img:hover {
filter: blur(5px);
}