[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 { strong {
color: rgb(var(--theme-style-text)); color: rgb(var(--theme-style-text));
font-family: var(--theme-font-ui-name); font-family: var(--theme-font-ui-name);
font-weight: var(--theme-font-ui-weight); font-weight: 700;
font-style: var(--theme-font-ui-style);
font-weight: bold;
} }
i { i {