Adjust page loading

This commit is contained in:
DariusIII
2026-03-04 12:34:03 +01:00
parent cfc6dcfeb3
commit 83d5f9c6da
5 changed files with 18 additions and 10 deletions
+1
View File
@@ -161,6 +161,7 @@ html, body {
/* Structural surfaces: color scheme variables applied to main chrome */
body {
background-color: var(--surface-body) !important;
transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dark body {
background-color: var(--surface-body-dark) !important;