Underline hyperlinks with a solid line on hover
This commit is contained in:
parent
cb6d7f2f47
commit
3fccfb7abc
@ -4183,7 +4183,7 @@ a {
|
|||||||
|
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: #1585cf;
|
color: #1585cf;
|
||||||
text-decoration: underline dashed #1585cf; }
|
text-decoration: underline solid #1585cf; }
|
||||||
a img {
|
a img {
|
||||||
border: 0; }
|
border: 0; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user