decrease definitions font weight
This commit is contained in:
parent
dc4bb6620c
commit
1a5ed86daf
|
@ -169,6 +169,13 @@ div.ensentence>a.hint:hover {
|
|||
background-color: rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
/* Definition */
|
||||
|
||||
.definitions,
|
||||
.notes {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
/* Tags */
|
||||
|
||||
.tags {
|
||||
|
|
Loading…
Reference in a new issue