Only show underline on hover

This commit is contained in:
Daniel Imms
2017-02-08 20:20:18 -08:00
parent f7bc0fba4d
commit 8dc9ec5733
+2 -2
View File
@@ -73,12 +73,12 @@
.terminal a {
color: inherit;
/* Feature underline on links even if they have no href */
text-decoration: underline;
text-decoration: none;
}
.terminal a:hover {
cursor: pointer;
text-decoration: underline;
}
.terminal:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor {