Skip to content

Commit 49b9e41

Browse files
committed
[design] improve typograph strong style
1 parent 972083d commit 49b9e41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/css/typography.css‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ caption,
8181
strong{
8282
color:rgb(var(--theme-style-text));
8383
font-family:var(--theme-font-ui-name);
84-
font-weight:var(--theme-font-ui-weight);
85-
font-style:var(--theme-font-ui-style);
86-
font-weight: bold;
84+
font-weight:700;
8785
}
8886

8987
i{

0 commit comments

Comments
(0)