mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Make bold less bold
This commit is contained in:
parent
6500be2782
commit
de3787209e
1 changed files with 3 additions and 0 deletions
|
@ -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