More actions
Add a list of design-tokens used. |
m Note when to use --background-color-base |
||
| Line 47: | Line 47: | ||
Mainly to emphasize table headers | Mainly to emphasize table headers | ||
</div> | </div> | ||
<div style="background-color: var(--background-color-base);"> | <div style="background-color: var(--background-color-base); max-width: 15em;"> | ||
--background-color-base | --background-color-base | ||
Use to return to base color when parent element has another color. | |||
</div> | </div> | ||
<div style="background-color: var(--background-color-neutral);"> | <div style="background-color: var(--background-color-neutral);"> | ||