We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27aef89 commit 696dd8cCopy full SHA for 696dd8c
static/sass/style.css
@@ -781,7 +781,7 @@ h1, .alpha {
781
margin-bottom: 0.4375em; }
782
783
h2, .beta {
784
- color: #999999;
+ color: #222222;
785
font-family: SourceSansProRegular, Arial, sans-serif;
786
font-size: 1.5em;
787
margin-top: 1.3125em;
static/sass/style.scss
@@ -96,7 +96,7 @@ h1, .alpha {
96
}
97
98
99
- color: $grey-light;
+ color: $grey-darker;
100
font-family: $default-font;
101
font-size: px2em( $headertwo );
102
@include leader(.75);
0 commit comments