diff --git a/style.css b/style.css index 05f4090..3b7b850 100644 --- a/style.css +++ b/style.css @@ -68,6 +68,10 @@ a { text-decoration: none; } +a:not(li *):hover { + border-bottom: dotted 2px; +} + h2#links { text-align: left; color: gold;