Add <strong> styling for <figcaption>

This commit is contained in:
Nathan Upchurch 2024-10-06 18:30:28 -05:00
parent bdcda7f2db
commit c6ea0176a3

View File

@ -386,6 +386,9 @@ figcaption {
font-style: italic;
padding-top: var(--space-s);
text-align: center;
strong {
font-variation-settings: "wght" 600;
}
}
button {
background-color: var(--contrast-color);