Replace font-weight: bold with font-weight: 700

This commit is contained in:
Helen Chong 2024-06-04 01:40:50 +08:00
parent 7e1ae0a998
commit 2f1baede04
2 changed files with 2 additions and 2 deletions

View File

@ -150,5 +150,5 @@ gw-comment-card.collapsed .comment-header-right time {
.commenter-name {
font-size: 1.1em;
font-weight: bold;
font-weight: 700;
}

View File

@ -146,7 +146,7 @@ dl {
}
dt {
font-weight: bold;
font-weight: 700;
}
dd {