Components / Data Display
Code Block
Monospace display for code snippets and tokens.
Inline Code
Use the --flux-primary-400 token for primary actions. Configure surfaces with --flux-surface and backgrounds with --flux-background.
Block
CSS
:root {
--flux-primary-400: #0A6E5F;
--flux-primary-800: #032E36;
--flux-surface: #FFFFFF;
--flux-background: #F8F8F8;
}