From c9ce0850f8b81cacbfd93048a5c9b14809ed6aa2 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 24 Dec 2023 15:26:04 +0100 Subject: Improve CSS style Make the header sections a bit smaller as well as code blocks. Also put a light border around code blocks. --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 91f9040..b87000c 100644 --- a/style.css +++ b/style.css @@ -1,18 +1,26 @@ body { width: 40em; margin: 2em; - font-size: 18px; + font-size: 17px; line-height: 1.4em; background-color: white } h1 { padding-bottom: 0.5em; + font-size: 26px; +} + +h2 { + padding-bottom: 0.5em; + font-size: 22px; } pre { + border: 1px #ddd solid; background-color: #f4f4f4; padding: 1em; + font-size: 14px; } table { -- cgit v1.2.3