Spaces:
Running
Running
| /* 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; | |
| } |