decrease definitions font weight

This commit is contained in:
Ren Tatsumoto 2022-12-26 21:19:04 +03:00
parent dc4bb6620c
commit 1a5ed86daf

View file

@ -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 {