From 1830ffa738eab148e5b4b588c3d14cbf80335d95 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 13 Jul 2020 22:17:32 -0400 Subject: [PATCH] stagit/style: Update font size (again) Turns out it was the default monospace that was so small. 1em is perfectly fine for Courrier New (should the system have it). Defaulting to Courrier New, as it's what www. uses. --- stagit/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stagit/style.css b/stagit/style.css index 3a2ad95..c977e4b 100644 --- a/stagit/style.css +++ b/stagit/style.css @@ -3,12 +3,12 @@ body { color: #ebdbb2; background-color: #282828; - font-family: monospace; - font-size: 1.3em; + font-family: "Courrier New", monospace; + font-size: 1.0em; } h1, h2, h3, h4, h5, h6 { - font-size: 1.3em; + font-size: 1.0em; margin: 0; } @@ -95,7 +95,7 @@ hr { } pre { - font-family: monospace; + font-family: "Courrier New", monospace; } pre a.h { -- libgit2 1.1.1