diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index 183decb..0280022 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -1,4 +1,4 @@ - + {{ range .Site.Menus.main }} - + {{ .Name}} {{ end }} - + GitHub () diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 3cf2337..c1c15d1 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -85,13 +85,19 @@ li{ } a{ - color: #fff !important; + color: #fff; text-decoration: none; } -a:hover{ - color: #fff !important; - text-decoration: none !important; +a.nav-link{ + color: #e1e1e1; + border-bottom: 1px solid #1a1a1a; + +} + +a.nav-link:hover{ + color: #00ffd0; + border-bottom: 1px solid #00ffd0; } /* Breakpoint-Specific Typography */