[design] improve typograph strong style

This commit is contained in:
zombieFox 2020-01-09 11:04:39 -07:00
parent 972083d298
commit 49b9e415fa

View File

@ -81,9 +81,7 @@ caption,
strong {
color: rgb(var(--theme-style-text));
font-family: var(--theme-font-ui-name);
font-weight: var(--theme-font-ui-weight);
font-style: var(--theme-font-ui-style);
font-weight: bold;
font-weight: 700;
}
i {