diff --git a/base.css b/base.css index 84e4ba2..ccae301 100644 --- a/base.css +++ b/base.css @@ -52,3 +52,11 @@ nav a, footer a, aside a { font-size: 3em; } +nav a.current { + text-decoration: underline #00000042; +} + +nav a:hover { + text-decoration: underline #000000; +} + diff --git a/index.html b/index.html index 209e257..3432fcf 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@