commit c1849a9d23741876a8f99f39bd9280402cc916ed (patch)
parent 7a26fcdbde124718e097d0a7d5b8ae3b117a911f
Author: Alex Karle <alex@alexkarle.com>
Date: Mon, 13 Jul 2020 19:45:35 -0400
stagit/style: Make font slightly larger
It was just a tad too small on the desktop (nevermind mobile...)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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;
}