stubborn in keeping bold on hover (for david)
This commit is contained in:
parent
37b055b5fb
commit
159160a9b0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue