Skip to content

Commit 696dd8c

Browse files
committed
Improve contrast ratio of H2
1 parent 27aef89 commit 696dd8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/sass/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ h1, .alpha {
781781
margin-bottom: 0.4375em; }
782782

783783
h2, .beta {
784-
color: #999999;
784+
color: #222222;
785785
font-family: SourceSansProRegular, Arial, sans-serif;
786786
font-size: 1.5em;
787787
margin-top: 1.3125em;

static/sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ h1, .alpha {
9696
}
9797

9898
h2, .beta {
99-
color: $grey-light;
99+
color: $grey-darker;
100100
font-family: $default-font;
101101
font-size: px2em( $headertwo );
102102
@include leader(.75);

0 commit comments

Comments
 (0)