Skip to content

Commit

Permalink
color for header description anchor element
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurie Boyes committed Dec 24, 2017
1 parent a70346b commit a393fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sass/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ $feature-image-size: cover; // options include "cover", "contain", "auto"
// Header description box
$header-desc-background-color: #1ABC9C;
$header-desc-text-color: #FFF;
$header-desc-link-color: #02453D;
3 changes: 3 additions & 0 deletions _sass/layouts/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
.call-out p:last-child {
margin-bottom: 0;
}
.call-out a {
color: $header-desc-link-color
}
// Post listing
.posts {
.post-teaser {
Expand Down

0 comments on commit a393fcc

Please sign in to comment.