touch up theming docs

This commit is contained in:
lindsaym-fa
2024-06-06 16:55:01 -04:00
parent 889ded3b01
commit 282d79da4a
9 changed files with 213 additions and 231 deletions

View File

@@ -131,3 +131,16 @@ wa-page > main {
background-color: var(--wa-color-warning-fill-normal);
}
}
/* Swatches */
.swatch {
background-color: var(--wa-color-surface-default);
border-color: var(--wa-color-neutral-border-normal);
border-style: var(--wa-border-style);
border-width: var(--wa-border-width-s);
border-radius: var(--wa-border-radius-s);
line-height: 2.5;
height: 2.5em;
padding-inline: var(--wa-space-xs);
}