style: experiment with smaller fonts
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 May 2022 12:13:15 +0530
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -29,7 +29,7 @@ }
main { font-family: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", "Segoe UI", sans-serif; - font-size: 18px; + font-size: 14px; padding: 0; line-height: 160%; }@@ -154,6 +154,7 @@ margin-bottom: 10px;
} code { + font-size: 12px; background-color: var(--light-gray); }