Skip to content

Commit

Permalink
Use sans-serif
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rehn committed May 23, 2020
1 parent fe2291a commit ce4c763
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions steel.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
body {
font-family: system-ui, sans-serif;
color: #424456;
line-height: 1.5;
font-family: sans-serif;
font-size: 120%;
max-width: 40em;
line-height: 1.5;
margin: 0 auto;
max-width: 40em;
padding: 1em;
}

Expand All @@ -14,8 +14,8 @@ h3,
h4,
h5,
h6 {
margin-top: 2em;
font-weight: 400;
margin-top: 2em;
}

a {
Expand All @@ -30,7 +30,7 @@ code {
pre > code {
background-color: #f4f5f6;
border-left: 0.4em solid #3273dc;
padding: 1em;
display: block;
overflow-x: scroll;
padding: 1em;
}

0 comments on commit ce4c763

Please sign in to comment.