1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 16:05:31 -04:00

syntax oopsies

This commit is contained in:
2019-03-31 13:29:52 -04:00
parent 0c0577cfd4
commit deb6483ccf
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,8 @@ body {
color: #000000;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
"Droid Sans", "Helvetica Neue", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 200;
font-size: 24px;
line-height: 1.5em;
@@ -720,7 +721,6 @@ body#notes div.year ul {
}
body#notes div.year ul li::after {
content: '';
display: block;
clear: both;