Replace font-weight: bold with font-weight: 700
This commit is contained in:
parent
3f1b9239eb
commit
18bec892e4
@ -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…
x
Reference in New Issue
Block a user