Skip to content

Commit

Permalink
Add system-ui body font, fix rouge border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
skipkayhil committed Nov 14, 2023
1 parent 133c674 commit 5b7c6ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
body {
background: #181818;
color: #d8d8d8;
font-family: sans-serif;
font-family: system-ui, sans-serif;
max-width: 70ch;
padding: 2ch;
margin: auto;
Expand Down
4 changes: 4 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
padding-left: 0;
padding-right: 0;
}

div.highlight {
border-radius: 3px;
}
/*
base16-rouge (https://github.com/skipkayhil/base16-rouge)
by Hartley McGuire (https://github.com/skipkayhil)
Expand Down

0 comments on commit 5b7c6ed

Please sign in to comment.