diff --git a/dist/app.css b/dist/app.css index d882c04..3a07ef5 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12069,9 +12069,6 @@ a { width: 80%; max-width: 358px; } -.top-nav nav.main-nav { - height: 100%; -} .top-nav nav.main-nav > div { height: 100%; } @@ -12084,6 +12081,9 @@ a { height: 100%; align-items: center; } +.top-nav nav.main-nav ul#menu-main-menu a { + color: #000; +} .intro_block, .team-member-top, .team-members-top { background-size: cover; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 6ef88fc..66e9bb6 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", - "/app.css": "/app.css?id=6f6e65aed35ad9c12dc0392c5ef2fe8e" + "/app.css": "/app.css?id=e5956964f1ca57b86662e3380ce5e88d" } diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 6d79092..4efeeeb 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -1,4 +1,5 @@ $c-white: #fff; +$c-black: #000; $c-offWhite: #F2F2F2; $c-offWhiteLight: #F9F8F8; $c-borderGrey: #C5C5C5; diff --git a/src/scss/header.scss b/src/scss/header.scss index 0da48d0..ddcd94d 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -7,7 +7,6 @@ } nav.main-nav { - height: 100%; & > div { height: 100%; } @@ -20,6 +19,10 @@ list-style-type: none; height: 100%; align-items: center; + + a { + color: $c-black; + } } } } diff --git a/tpl/header.tpl b/tpl/header.tpl index dd59a93..e0aeee4 100644 --- a/tpl/header.tpl +++ b/tpl/header.tpl @@ -22,7 +22,7 @@ {{#wp-title}} -