1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@import './base.css'; body { margin: 0; padding: 0; background: var(--color-background); transition: background-color 0.3s ease; } #app { width: 100%; min-height: 100vh; background: var(--color-background); transition: background-color 0.3s ease; }