gem

a fork of khuxkm's gemini to web proxy
Log | Files | Refs

commit 59153425dc5ec4739a3433d49c32f35a6ac73865
parent ee4d108b8abd15b7f3816260d0927ad3cc3d1536
Author: xfnw <xfnw@ttm.sh>
Date:   Fri,  8 Jan 2021 17:43:12 -0500

fix the font lol

Diffstat:
Mgem.css | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gem.css b/gem.css @@ -2,11 +2,12 @@ /* gpl affero v3 */ body { background: #141415; -font-family: mono; +font-family: monospace; color: #cdcdcd; max-width: 60em; margin: auto; padding: 10px; +font-size: 1.2em; } h1, h2, h3 {