Spaces:
Running
Running
File size: 303 Bytes
85b7a74 eda0eb4 85b7a74 eda0eb4 85b7a74 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* Minimal overrides to ensure full-height layout on some environments */
html, body, #app {
height: 100%;
}
/* Light mode enforcement */
.light {
color-scheme: light;
}
/* Optional: subtle focus ring for accessibility */
:focus-visible {
outline: 2px solid transparent;
outline-offset: 2px;
} |