diff options
Diffstat (limited to 'static/css/theme.css')
-rw-r--r-- | static/css/theme.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/static/css/theme.css b/static/css/theme.css index 2cec41e..1ca496a 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -53,27 +53,3 @@ html.theme-dark { color-scheme: dark; } -/* Hide body while theme init is occurring (50ms) */ -html.theme-init body { - opacity: 0 -} - -/* -removes all transitions in the page during first theme render to avoid FOUC -(the theme-init class is removed from DOM 1 frame after the page content loads) -*/ -html.theme-init * { - transition: none !important; -} - -body { - opacity: 1; - transition: opacity 300ms ease-out 0s; -} - -html * { - transition-duration: 150ms, 300ms; - transition-property: color, background; - transition-timing-function: ease-out; - transition-delay: 0; -}
\ No newline at end of file |