style(ui): clean up site styling and section labels

- Soften global glow shadows to standard dark shadows
- Hide scanline background effect
- Format documentation and page section labels to be cleaner and more readable
This commit is contained in:
2026-05-19 19:35:50 +02:00
parent 15c3495700
commit 4f1aa99570
5 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Hero Section -->
<section class="privacy-hero">
<div class="container">
<div class="section-label">[PRIVACY]</div>
<div class="section-label">Privacy Policy</div>
<h1 class="section-title">Privacy</h1>
<p class="hero-subtitle">What data we collect, what we don't, and why that distinction matters.</p>
</div>