画面が一瞬theme-colorになる問題の修正

This commit is contained in:
moris 2025-03-17 06:36:04 +09:00
parent e9f3e131fd
commit 05faf03cdd

View file

@ -51,7 +51,6 @@
display: flex;
flex-direction: column;
background-color: var(--back-color);
transition: background-color 1s;
min-height: 100dvh;
}
@ -85,6 +84,8 @@
}
main {
flex-grow: 1;
background-color: var(--back-color);
transition: background-color 1s;
}
@media(width<320px) {