fix: remove body background-color/color transitions to prevent theme flash

- Remove transition: background-color/color from body in all CSS files
- These transitions caused visible flash when navigating between pages
- The browser would animate from old theme colors to new theme colors
This commit is contained in:
2026-05-26 08:12:38 +00:00
parent 716e19d079
commit 3060dab471
26 changed files with 0 additions and 60 deletions

View File

@@ -23,8 +23,6 @@
min-height: 100vh;
display: flex;
flex-direction: column;
transition: background-color var(--duration-normal) var(--ease-in-out),
color var(--duration-normal) var(--ease-in-out);
}
/* Modern theme dot-grid on body */