mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-30 22:30:55 +01:00
frontend(error): add error page
This commit is contained in:
20
src/app.css
20
src/app.css
@@ -18,4 +18,24 @@
|
||||
html {
|
||||
@apply bg-neutral-50 dark:bg-neutral-900;
|
||||
}
|
||||
|
||||
/* Smooth theme transitions using View Transitions API */
|
||||
::view-transition-old(root),
|
||||
::view-transition-new(root) {
|
||||
animation-duration: 0.3s;
|
||||
animation-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
/* Fallback transitions for browsers without View Transitions API */
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
html {
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
* {
|
||||
transition: background-color 0.3s ease-in-out,
|
||||
border-color 0.3s ease-in-out,
|
||||
color 0.3s ease-in-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user