From: Lady Date: Wed, 23 Aug 2023 19:41:50 +0000 (-0400) Subject: Remove unnecessary border on nav page disclosures X-Git-Tag: 0.3.0~2 X-Git-Url: https://git.ladys.computer/GitWikiWeb/commitdiff_plain/51a00a314d1d9ca0400e24c4643eba1e5a6632e4 Remove unnecessary border on nav page disclosures --- diff --git a/style.css b/style.css index df500e8..0f63422 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,7 @@ html{ Color: White; Background: Black; Line-Height: 1.28; Text-Align: Justify } body{ Margin-Block: 0; Margin-Inline: Auto; Border: Double; Color: Black; Background: White; Padding: 0; Max-Inline-Size: Max-Content } body>header{ Box-Sizing: Border-Box; Margin-Inline: Auto; Border-Block-End: Double; Padding-Block: .5REM; Padding-Inline: 1CH; Inline-Size: 43EM; Max-Inline-Size: 100%; Box-Shadow: Inset 0 -1PX CurrentColor; Font-Size: Large } body>header :Any-Link{ Color: Inherit } +#navigation-about{ Border: None; Padding: 0 } #navigation-about>summary{ Border: Thin Solid; Padding-Inline: 2CH; Inline-Size: Max-Content } #navigation-about[open]>summary{ Border-Block-End: None } #navigation-about>article{ Border: Thin Solid; Padding-Block: 1EM; Padding-Inline: 2CH }