Styles: Fix nobold tag

This commit is contained in:
veselcraft 2021-12-14 15:15:23 +03:00
parent 910e604630
commit fa32a92ab5
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -19,7 +19,7 @@ span {
font-weight: bold;
}
.nobold {
.nobold, nobold {
font-weight: normal;
color: gray;
}