diff --git a/templates/main.css b/templates/main.css index 0587c36..ebc36b4 100644 --- a/templates/main.css +++ b/templates/main.css @@ -67,6 +67,10 @@ aside h1 { } } +nav h1 a { + color: black; +} + nav ul { list-style: none; padding-left: 0; diff --git a/templates/main.html b/templates/main.html index f482966..ee7e540 100644 --- a/templates/main.html +++ b/templates/main.html @@ -22,7 +22,7 @@