Add <strong> styling for <figcaption>
This commit is contained in:
parent
bdcda7f2db
commit
c6ea0176a3
@ -386,6 +386,9 @@ figcaption {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
padding-top: var(--space-s);
|
padding-top: var(--space-s);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
strong {
|
||||||
|
font-variation-settings: "wght" 600;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
background-color: var(--contrast-color);
|
background-color: var(--contrast-color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user