Underline hyperlinks with a solid line on hover

This commit is contained in:
Chris Croome 2020-04-05 10:25:18 +01:00
parent cb6d7f2f47
commit 3fccfb7abc
1 changed files with 1 additions and 1 deletions

View File

@ -4183,7 +4183,7 @@ a {
a:hover, a:focus {
color: #1585cf;
text-decoration: underline dashed #1585cf; }
text-decoration: underline solid #1585cf; }
a img {
border: 0; }