Skip to content

Commit

Permalink
Improve readability on Hemdan's screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Holy committed Oct 23, 2015
1 parent b18128e commit 9b25fe8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
body {
padding:50px;
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
color: #424242;
font-weight:300;
}

Expand Down Expand Up @@ -254,6 +254,9 @@ footer {
}
}

body {
color: black;
}
h1, h2, h3, h4, h5 {
color: rgb(101, 45, 134);
}
Expand Down

0 comments on commit 9b25fe8

Please sign in to comment.