mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
Grid wallpaper opacity tuned up so it's actually visible on the dense dashboard: light 0.045->0.07, dark 0.035->0.06 (the site's 0.045/0.035 read as invisible behind the cards/chrome that cover most of the viewport). Focus-ring reconcile (design.md C6): the form controls (Input, Select, Textarea, Toggle, Checkbox) now focus on the accent (violet) ring to match the global --focus-ring, instead of the red ring-primary that collided with the red error state. Error rings stay red. Guard test updated (grid opacity + new C6 assertion). Build verified: --grid-line compiles to #00000012 / #ffffff0f and focus:ring-accent/30 + focus:border-accent/50 utilities are generated.