bold seems no more longer than normal

This commit is contained in:
Marcell Mars 2020-12-11 01:41:06 +01:00
parent 6435c3557f
commit 6dc5e4aaa1

View file

@ -131,7 +131,7 @@ a.edit-button:hover {
-webkit-text-decoration-color: red; -webkit-text-decoration-color: red;
text-decoration-color: red; text-decoration-color: red;
font-weight: bold; font-weight: bold;
font-size: 0.95em; /* font-size: 0.95em; */
cursor: pointer cursor: pointer
} }
@ -405,7 +405,7 @@ a:hover {
text-decoration: underline; text-decoration: underline;
text-decoration-color: red; text-decoration-color: red;
font-weight: bold; font-weight: bold;
font-size: 0.95em; /* font-size: 0.95em; */
cursor: pointer; cursor: pointer;
} }