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