:root
Global Theme
Inherits --panel-bg and --panel-accent from the page root.
MiniMo 02 · Scope Lab
Same variable names, different scopes. Watch how a single token shifts mood across the layout.
:root
Inherits --panel-bg and --panel-accent from the page root.
:root
Same tokens, same mood. One place to change them.
GlobalLocal Override
Local --panel-bg and --panel-accent override everything above.
Row Scope
This row updates --panel-accent for all panels inside.
Row Scope
Same token name, new color. No component CSS changed.
RowRow + Local
Row sets the accent, this card swaps the background too.
Row + Local