Make bold less bold
This commit is contained in:
parent
6500be2782
commit
de3787209e
|
@ -767,6 +767,9 @@
|
|||
.status .content ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.status .content :is(strong, b) {
|
||||
font-weight: 600;
|
||||
}
|
||||
.status .content .invisible {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue