codenook-studio / style.css
Abmacode12's picture
<!DOCTYPE html>
85b7a74 verified
raw
history blame contribute delete
303 Bytes
/* 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;
}