diff --git a/style/main.css b/style/main.css index 40b4c47..770ddc0 100644 --- a/style/main.css +++ b/style/main.css @@ -22,11 +22,15 @@ h1, h2, h3, h4 { } .navbar-top-inner { - color: #f8f8f8; max-width: 900px; margin: 0 auto; } +.navbar-top-inner a { + color: #f8f8f8; + text-decoration: none; +} + .grid-container { display: grid; grid-template-columns: minmax(150px, auto) auto; diff --git a/template/_header.php b/template/_header.php index 7f99b2f..93a6b99 100644 --- a/template/_header.php +++ b/template/_header.php @@ -14,11 +14,13 @@