1
0
Fork 0

Make bold less bold

This commit is contained in:
Lim Chee Aun 2023-12-29 18:16:19 +08:00
parent 6500be2782
commit de3787209e

View file

@ -767,6 +767,9 @@
.status .content ul {
list-style-type: disc;
}
.status .content :is(strong, b) {
font-weight: 600;
}
.status .content .invisible {
display: none;
}