Skip to content

Commit

Permalink
Merge pull request #72 from vhx/regent-gray
Browse files Browse the repository at this point in the history
added in darker grey text
  • Loading branch information
Narmin Shahin authored Sep 19, 2017
2 parents 73b11b8 + 84eab3a commit d088f85
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.4.2
**2017-9-18**
* Added vimeo grays to text

### 1.4.1
**2017-9-18**
* Added vimeo button colors to load more buttons
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
28 changes: 28 additions & 0 deletions quartz-css/text/styles/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,34 @@ a.text--southerly-sky {
}
}

.text--regent-gray {
color: $regent-gray;
&.text--transparent {
color: transparentize($regent-gray, .5);
}
}
a.text--regent-gray {
&:link,
&:visited {
color: $regent-gray;
text-decoration: none;
}
&:hover,
&:active {
color: $astro-granite;
text-decoration: none;
&.is-hover-text--regent-gray {
color: $regent-gray;
}
}
&.is-disabled {
&:link, &:visited,
&:hover, &:active {
color: $regent-gray;
}
}
}


/* modifiers
......................................*/
Expand Down

0 comments on commit d088f85

Please sign in to comment.