Compare commits

...

2 Commits

View File

@@ -24,6 +24,14 @@
--theme-glow: rgba(150, 220, 255, 0.2); --theme-glow: rgba(150, 220, 255, 0.2);
} }
.content_frame {
border: 1px solid var(--theme-faint);
border-radius: 6px;
padding: 1rem;
transition: border-color 0.4s, box-shadow 0.4s;
box-shadow: 0 0 12px var(--theme-glow);
}
#app { #app {
margin: 0 auto; margin: 0 auto;
padding: 2rem 2rem; padding: 2rem 2rem;