From c1849a9d23741876a8f99f39bd9280402cc916ed Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 13 Jul 2020 19:45:35 -0400 Subject: [PATCH] stagit/style: Make font slightly larger It was just a tad too small on the desktop (nevermind mobile...) --- stagit/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stagit/style.css b/stagit/style.css index 29036e5..3a2ad95 100644 --- a/stagit/style.css +++ b/stagit/style.css @@ -4,10 +4,11 @@ body { color: #ebdbb2; background-color: #282828; font-family: monospace; + font-size: 1.3em; } h1, h2, h3, h4, h5, h6 { - font-size: 1em; + font-size: 1.3em; margin: 0; } -- libgit2 1.1.1