diff --git a/packages/webawesome/docs/assets/styles/docs.css b/packages/webawesome/docs/assets/styles/docs.css index dfd417d68..4ce281a58 100644 --- a/packages/webawesome/docs/assets/styles/docs.css +++ b/packages/webawesome/docs/assets/styles/docs.css @@ -504,7 +504,6 @@ wa-card .page-name { width: 100%; height: 100%; display: block; - --background-color-hover: transparent; font-family: var(--wa-font-family-code); &::part(button) { @@ -514,6 +513,7 @@ wa-card .page-name { } &::part(button):hover { + background-color: transparent; cursor: copy; } diff --git a/packages/webawesome/docs/docs/tokens/color.md b/packages/webawesome/docs/docs/tokens/color.md index 29b4c4a40..15a6ed399 100644 --- a/packages/webawesome/docs/docs/tokens/color.md +++ b/packages/webawesome/docs/docs/tokens/color.md @@ -59,7 +59,6 @@ Color is organized by three main categories: - [Foundational colors](#foundational-colors) that lay the groundwork for your theme - [Semantic colors](#semantic-colors) that draw attention and convey meaning - ## Color Scales Color scales are determined by your [color palette](/docs/color-palettes) and are made up of the lowest level color tokens in your theme. Each token is identified by a name, like red or gray, and numerical tint based on the color's lightness. On this scale, 100 is equal to pure white and 0 is equal to pure black. @@ -73,6 +72,7 @@ You can use these tints to ensure accessible color contrast per [WCAG 2.1 succes You have several hand-crafted [color palettes](/docs/color-palettes) to choose from. Each palette defines 10 hues each with a scale of 11 tints using the format `--wa-color-{hue}-{tint}`. {% for hue in ['red', 'orange', 'yellow', 'green', 'cyan', 'blue', 'indigo', 'purple', 'pink', 'gray'] -%} +
{{ hue | capitalize }}