diff --git a/src/components/colors.webc b/src/components/colors.webc index 7b0be0a..ea4aa23 100644 --- a/src/components/colors.webc +++ b/src/components/colors.webc @@ -69,6 +69,7 @@ align-self: start; font-size: 0.625em; + font-weight: bold; line-height: 1.2; text-align: start; color: var(--clr-heading-data); diff --git a/src/components/icon.webc b/src/components/icon.webc index ce119c8..c1e06e1 100644 --- a/src/components/icon.webc +++ b/src/components/icon.webc @@ -1,4 +1,4 @@ - + diff --git a/src/components/traits.webc b/src/components/traits.webc index 3074de8..81f5718 100644 --- a/src/components/traits.webc +++ b/src/components/traits.webc @@ -65,6 +65,7 @@ :host .type { font-size: 0.625em; + font-weight: bold; color: var(--clr-heading-data); text-align: left; text-transform: uppercase;