Skip to content

Commit a22e4ca

Browse files
committed
Show links underline on hover in Explorer
1 parent 21aad25 commit a22e4ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mithril-explorer/src/app/global.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ body {
1717
}
1818

1919
a {
20-
color: inherit;
2120
text-decoration: none;
2221
}
2322

23+
a:hover {
24+
text-decoration: underline;
25+
}
26+
2427
* {
2528
box-sizing: border-box;
2629
}

0 commit comments

Comments
 (0)