Skip to content

Commit

Permalink
Black text
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rehn committed Jun 6, 2020
1 parent e092d23 commit 4010d2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions steel.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
body {
color: #424456;
font-family: -apple-system, system-ui, sans-serif;
font-size: 120%;
line-height: 1.5;
margin: 0 auto;
max-width: 40em;
max-width: 45em;
padding: 1em;
}

Expand All @@ -19,12 +17,13 @@ h6 {
}

a {
color: #3273dc;
color: #26e;
}

code {
font-family: Menlo, monospace;
font-size: 80%;
color: #333;
background-color: #f4f5f6;
padding: 0.2em 0.4em;
}
Expand Down

0 comments on commit 4010d2a

Please sign in to comment.