update fonts, Tauri config, and reduced-motion support

This commit is contained in:
2026-02-19 17:03:39 +02:00
parent e5265a970d
commit 6c02465185
6 changed files with 41 additions and 23 deletions

View File

@@ -1 +1,9 @@
/* No standalone animations - included in main.css */
/* Reduced motion - respect user preference */
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}