From e91cc63729ad268569b423e3303451a3934337b3 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Tue, 28 May 2024 17:18:35 +0200 Subject: [PATCH] Update themes/modern-dark.css --- themes/modern-dark.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/themes/modern-dark.css b/themes/modern-dark.css index bbf0f6b..9ebaaa8 100644 --- a/themes/modern-dark.css +++ b/themes/modern-dark.css @@ -18,7 +18,7 @@ body { color: var(--text-color); font-family: Arial, sans-serif; margin: 0; - padding: 0; + padding-top: 60px; /* Adjust this value to your navbar height */ } a:link, a:visited { @@ -328,8 +328,3 @@ form dt, dl.pairs dt { form dd, dl.pairs dd { background-color: var(--surface-color); } - -/* Fix overlapping */ -body { - padding-top: 60px; /* Adjust this value to your navbar height */ -}