Skip to content

Commit

Permalink
Adjust crimson theme color combinations
Browse files Browse the repository at this point in the history
Spine action items - default #d7dadb, hover #fff
 Offsite links to #d7dadb, hover #fff, always show the offsite icon
 Mobile menu button #d7dadb
 List item border-color: #81192a

See #353
  • Loading branch information
jeremyfelt committed May 19, 2016
1 parent 93fb373 commit 4fd590d
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions styles/sass/spine/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -401,13 +401,36 @@
background-color: $crimson;
}

#shelve,
#shelve::before,
#shelve::after {
color: $gray-lightly;
}

@include vellum($crimson);

.spine-sitenav a {
color: $gray-lighter;
}

.spine-actions-tabs button,
.spine-actions button,
.spine-offsitenav a {
color: $gray-lightly;
}

.spine-actions-tabs button:focus,
.spine-actions-tabs button:hover,
.spine-offsitenav a:focus,
.spine-offsitenav a:hover {
color: white;
}

.spine-actions .opened button,
.spine-actions .opened button:focus,
.spine-actions .opened button:hover {
color: $gray-darker;
}

.spine-social-channels a,
.spine-footer small a {
color: $crimson-dark;
Expand All @@ -416,20 +439,14 @@

.spine-sitenav ul li,
.spine-global-links {
border-color: $crimson-dark;
border-color: #81192a;
}

.spine-offsitenav a,
.spine-global-links a {
color: darken($crimson-darkest,6%);
color: black;
}

.spine-search-tab:not(.opened) button:focus,
.spine-search-tab:not(.opened) button:hover,
.spine-actions-tabs :not(.opened) button:focus,
.spine-actions-tabs :not(.opened) button:hover,
.spine-offsitenav a:hover,
.spine-global-links a:hover {
color: black;
color: $crimson-darkest;
Expand All @@ -439,10 +456,6 @@
color: $crimson-darkest !important;
}

.spine-search-tab:not(.opened) button {
color: darken($crimson-darkest,10%);
}

.spine-sitenav a:hover,
.spine-sitenav li.dogeared > a {
color: white;
Expand Down

0 comments on commit 4fd590d

Please sign in to comment.