Skip to content

Commit

Permalink
changed default text to regent gray and added vimeo blue hover
Browse files Browse the repository at this point in the history
  • Loading branch information
medhatnar committed Sep 27, 2017
1 parent 743fc03 commit b427770
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 1,478 deletions.
2 changes: 1 addition & 1 deletion app/public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,7 @@ Q.components.guide.styleguide.ui.text.container = {
component: {
view: function() {
return m('div', [
m('a[href=#].text-2.block.margin-bottom-small', 'Link Teal (default)'),
m('a[href=#].text-2.block.margin-bottom-small', 'Link Regent Gray (default)'),
m('a[href=#].text-2.block.text--gray.margin-bottom-small', 'Link Gray'),
m('a[href=#].text-2.text--gray-light.inline.bg-navy.margin-bottom-small', 'Link Gray Light'),
m('a[href=#].text-2.block.text--navy.margin-bottom-small', 'Link Navy'),
Expand Down
6 changes: 3 additions & 3 deletions app/public/quartz.css
Original file line number Diff line number Diff line change
Expand Up @@ -6640,15 +6640,15 @@ body, ul, ol, dl, li, p, div, section, nav, table, h1, h2, h3, h4, h5, h6 {
a {
transition: color 200ms ease; }
a:link, a:visited {
color: #22B9B0;
color: #8699a6;
text-decoration: none; }
a:hover, a:active {
color: #149A97;
color: #00adef;
text-decoration: none; }
a.is-disabled:link, a.is-disabled:visited, a.is-disabled:hover, a.is-disabled:active {
cursor: default;
opacity: .5;
color: #22B9B0; }
color: #8699a6; }

/* sizes
......................................*/
Expand Down
Loading

0 comments on commit b427770

Please sign in to comment.