From 74184dd792fde977b7c55b159038ad0d8d7f3c7e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 7 Jan 2025 15:06:26 +0100 Subject: Add CSS style for gemini pages --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..004dd59 --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ +body { + width: 64ch; + margin: 3em; + font-size: 16px; + line-height: 1.4em; +} + +pre { + padding: 1em; + font-size: 14px; + margin-bottom: 0.5em; +} + +h1,h2,h3,h4,h5,h6 { + line-height: 1.5em; +} -- cgit v1.2.3