From b0cb28a79bb257dd626dc8b0d5f709c9f810f5e7 Mon Sep 17 00:00:00 2001 From: Reef Date: Wed, 24 Jun 2026 21:30:00 +0000 Subject: [PATCH] Add chat widget and blog-header style to support and legal pages --- legal.html | 21 +++++++++++++++++++-- support.html | 20 ++++++++++++++++++-- 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/legal.html b/legal.html index 259d657..58f477f 100644 --- a/legal.html +++ b/legal.html @@ -145,12 +145,24 @@ padding: 1.25rem; } } + .blog-header { + padding: 2rem 0; + border-bottom: 1px solid #1a1a2e; + } + .blog-header a { + color: #00f5ff; + text-decoration: none; + font-size: 0.85rem; + } + .blog-header a:hover { + text-decoration: underline; + }
-
- ← Back to Home +
@@ -211,5 +223,10 @@
+ + \ No newline at end of file diff --git a/support.html b/support.html index 2c432c1..33c7c09 100644 --- a/support.html +++ b/support.html @@ -288,12 +288,24 @@ padding: 1.25rem; } } + .blog-header { + padding: 2rem 0; + border-bottom: 1px solid #1a1a2e; + } + .blog-header a { + color: #00f5ff; + text-decoration: none; + font-size: 0.85rem; + } + .blog-header a:hover { + text-decoration: underline; + }
-
- ← Back to Home +
@@ -630,5 +642,9 @@ }); }); + \ No newline at end of file