stubborn in keeping bold on hover (for david)

This commit is contained in:
Marcell Mars 2020-12-08 17:21:37 +01:00
parent 37b055b5fb
commit 159160a9b0

View file

@ -104,6 +104,7 @@ a.edit-button:hover {
-webkit-text-decoration-color: red;
text-decoration-color: red;
font-weight: 700;
font-size: 0.95em;
cursor: pointer
}
@ -345,7 +346,7 @@ a:hover {
text-decoration: underline;
text-decoration-color: red;
font-weight: 700;
font-size: 0.97em;
font-size: 0.95em;
cursor: pointer;
}