From 7f94201212757de706cd615fee20a687cba03f2b Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Thu, 20 Nov 2025 17:26:50 +0100 Subject: [PATCH] css: cleanup --- styles/main.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/styles/main.css b/styles/main.css index f026a34..ddfbde8 100644 --- a/styles/main.css +++ b/styles/main.css @@ -58,8 +58,6 @@ header>nav { text-decoration: underline; } -#site-root {} - #header-nav-current { font-weight: bold; } @@ -75,17 +73,6 @@ h3 { margin: 0.5em 0; } -/* -h1::before { content: "#"; } -h2::before { content: "##"; } -h3::before { content: "###"; } - -h1::before, h2::before, h3::before { - font-variant-ligatures: none; - margin-right: 0.3em; -} -*/ - footer { width: 100%; text-align: center;