1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-13 09:28:50 +01:00

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;
}