remove dotted line completely, too noisy

This commit is contained in:
Antoine Beaupré
2018-01-06 21:44:44 -05:00
parent 24564d5f2a
commit 8ea0336520

View File

@@ -21,7 +21,7 @@ a:hover {
/* remove SMALLCAPS style and dotted underline from some browsers */
abbr[title] {
text-decoration: dotted underline;
text-decoration: none;
font-variant: none;
border-bottom: none;
}