From df2d95f44cfaf66ad9e86b495b742946294ad3c9 Mon Sep 17 00:00:00 2001 From: Demonstrandum Date: Sat, 6 Feb 2021 16:35:34 +0000 Subject: [PATCH] Change default tab-size to 4. --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index cea5929..20ce206 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,9 @@ body { width: 66rem; } +pre { -moz-tab-size: 4; } +pre { tab-size: 4; } + h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0; -- 2.39.2