Make bold less bold

pull/375/head
Lim Chee Aun 2023-12-29 18:16:19 +08:00
rodzic 6500be2782
commit de3787209e
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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