mirror of
https://github.com/openvk/openvk
synced 2025-01-22 07:44:27 +03:00
Styles: Fix nobold tag
This commit is contained in:
parent
910e604630
commit
fa32a92ab5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nobold {
|
.nobold, nobold {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue