From b5ea831057d06f7ad1f7e45f2930aa775867710e Mon Sep 17 00:00:00 2001 From: callumalpass Date: Mon, 31 Aug 2026 22:28:17 +1000 Subject: [PATCH] docs: add Connect account deletion page --- src/components/SiteFooter.astro | 1 + src/pages/account-deletion/index.astro | 81 ++++++++++++++++++++++++++ src/styles/global.css | 6 +- 3 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 src/pages/account-deletion/index.astro diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro index 962518f..f202430 100644 --- a/src/components/SiteFooter.astro +++ b/src/components/SiteFooter.astro @@ -27,6 +27,7 @@ Status Incidents Privacy + Account deletion Terms diff --git a/src/pages/account-deletion/index.astro b/src/pages/account-deletion/index.astro new file mode 100644 index 0000000..969a98c --- /dev/null +++ b/src/pages/account-deletion/index.astro @@ -0,0 +1,81 @@ +--- +import BaseLayout from "../../layouts/BaseLayout.astro"; +--- + + + + diff --git a/src/styles/global.css b/src/styles/global.css index 3c3e620..0b9470d 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -791,11 +791,13 @@ main[tabindex="-1"]:focus { } .legal p, -.legal ul { +.legal ul, +.legal ol { margin-top: 0.8rem; } -.legal ul { +.legal ul, +.legal ol { padding-left: 1.2rem; }