alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit 1830ffa738eab148e5b4b588c3d14cbf80335d95 (patch)
parent 2dc8a07776640a76fa95d195f02d449be065fcf6
Author: Alex Karle <alex@alexkarle.com>
Date:   Mon, 13 Jul 2020 22:17:32 -0400

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.

Diffstat:
Mstagit/style.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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 {