diff --git a/dist/app.css b/dist/app.css index c524e10..ed22272 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12111,6 +12111,9 @@ a { .top-nav .logo-wrapper img { max-width: 358px; } + .top-nav .logo-wrapper a { + color: #333333; + } .top-nav .logo-wrapper svg { width: 50px; height: 50px; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 326ca58..a993fb9 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=10e9f0779597c38e3993f512fbaa1f8b" + "/app.css": "/app.css?id=7189bdee2e3bbabc47ca456d14ac29d5" } diff --git a/src/scss/header.scss b/src/scss/header.scss index 6fe1aec..ecea210 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -17,6 +17,10 @@ max-width: 358px; } + a { + color: $c-textGrey; + } + svg { width: 50px; height: 50px;