From b806446fcbdae365d39c85ace9c6f1f77bdc907f Mon Sep 17 00:00:00 2001 From: erenkan Date: Wed, 9 Oct 2024 11:01:18 +0300 Subject: [PATCH] remove custom styles for h1 element --- src/css/custom.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 3e107ac10..5a102e276 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -40,13 +40,6 @@ html[data-theme='dark'] { --ifm-heading-color: #47B2FF; } -h1, -.markdown h1:first-child { - --ifm-h1-font-size: 1.875rem; - letter-spacing: -0.04rem; - margin-top: 2rem; -} - label { user-select: none; }