mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +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 {
|
.status .content ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
}
|
}
|
||||||
|
.status .content :is(strong, b) {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
.status .content .invisible {
|
.status .content .invisible {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue