Replace font-weight: bold with font-weight: 700
This commit is contained in:
parent
7e1ae0a998
commit
2f1baede04
|
@ -150,5 +150,5 @@ gw-comment-card.collapsed .comment-header-right time {
|
||||||
|
|
||||||
.commenter-name {
|
.commenter-name {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: bold;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,7 +146,7 @@ dl {
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-weight: bold;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
|
|
Loading…
Reference in New Issue