Browse Source

Add underline to links on hover

master
Fazil Altinel 3 years ago
parent
commit
2c0a4f71e3
  1. 2
      style.css

2
style.css

@ -20,7 +20,7 @@ a:visited {
} }
a:hover { a:hover {
color: #0bc; color: #0bc;
text-decoration: none;
text-decoration: underline;
} }
#a { #a {
color: #0f0; color: #0f0;

Loading…
Cancel
Save