From 4f9a44193b25127dd036ce5f2bf53feb31b53d03 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 5 Mar 2024 16:37:18 +0100 Subject: Add the GSP/TS article --- src/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index da6f80f..5bcd871 100644 --- a/src/style.css +++ b/src/style.css @@ -28,7 +28,8 @@ body { text-align: justify; width: min(800px, 90%); margin-inline: auto; - font-size: 16px; + font-size: 18px; + font-family: serif; } blockquote > p:first-child::before { content: '‘'; } @@ -93,6 +94,7 @@ header div.head li { figure pre.code-sample { overflow-x: scroll; + tab-size: 4; } figure pre.code-sample > code { -- cgit v1.2.3