all repos — site @ 2cd5e90b294b13bcbf2481ba5a35942935eb0a36

source for my site, found at icyphox.sh

style: experiment with smaller fonts
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 May 2022 12:13:15 +0530
commit

2cd5e90b294b13bcbf2481ba5a35942935eb0a36

parent

2ad400da3785d401ec62ea96a6d5a69000c37886

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/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); }