Skip to content

Commit d22ec7c

Browse files
fix contrast issue for subheadingS
1 parent 21138ea commit d22ec7c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

stylesheets/styles.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11

22
body {
3-
padding:50px;
3+
padding: 50px;
44
font:16px/1.5 Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
5-
color:#777;
6-
font-weight:300;
5+
color: #444;
76
}
87

98
h1, h2, h3, h4, h5, h6 {
@@ -140,8 +139,8 @@ footer {
140139
}
141140

142141
h1 small {
143-
color: lightGray;
144-
font-size: 60%;
142+
color: #888;
143+
font-size: 16px;
145144
display: block;
146145
margin-bottom: 10px;
147146
}

0 commit comments

Comments
 (0)