diff --git a/TODO.md b/TODO.md index c5299aa..44a0b85 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,4 @@ ## Galleries -* need a h1 somewhere - maybe above featured images side bit - - also maybe so images scroll over the top of it * Use query strings to specify index of selected gallery - can update on navigating galleries ## Menu @@ -11,6 +9,7 @@ ## General * loading transitions + - also transitioning elements in when page loads (especially gallery thumbs in gallery) * nav buttons * social nav items -> put in store or whatever * facebook/twitter social card thingies diff --git a/components/SiteMenu.vue b/components/SiteMenu.vue index 0905df5..9577cec 100644 --- a/components/SiteMenu.vue +++ b/components/SiteMenu.vue @@ -206,7 +206,7 @@ $transition-timing: .5s; position: relative; flex: 0 0 $site-menu__header-height; - color: $color__primary-900; + color: $color__neutral-900; background-color: $color-bg; background: linear-gradient( to right, @@ -282,7 +282,7 @@ $transition-timing: .5s; @include font-title(); text-transform: lowercase; cursor: pointer; - color: $color__primary-800; + color: $color__neutral-800; transition: opacity 0 $transition-timing; opacity: 0; @@ -343,7 +343,7 @@ $transition-timing: .5s; &.nuxt-link-exact-active { pointer-events: none; - color: $color__primary-900; + color: $color__neutral-900; opacity: 1; }