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
+18 -18
View File
@@ -8,10 +8,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<section class="docs-hero">
<div class="container">
<div class="hero-content">
<div class="hero-label">// USER_GUIDE.md</div>
<div class="hero-label">User Guide</div>
<h1 class="hero-title">
<span class="title-line-1">DOCUMENTATION</span>
<span class="title-accent">GET_STARTED_</span>
<span class="title-accent">Get Started</span>
</h1>
<p class="hero-description">
How to use Blade, from zero setup to advanced workflows.
@@ -24,7 +24,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- The Concept Section -->
<section id="concept" class="docs-section">
<div class="container">
<div class="section-label">[001] THE_CONCEPT</div>
<div class="section-label">01 // The Concept</div>
<div class="concept-card">
<div class="concept-header">
<h2>AI-Native Editor</h2>
@@ -60,7 +60,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Getting Started Section -->
<section id="getting-started" class="docs-section section-alt">
<div class="container">
<div class="section-label">[002] GETTING_STARTED</div>
<div class="section-label">02 // Getting Started</div>
<h2 class="section-title">Quick Start Guide</h2>
<div class="steps-grid">
@@ -98,7 +98,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Interface Section -->
<section id="interface" class="docs-section">
<div class="container">
<div class="section-label">[003] THE_INTERFACE</div>
<div class="section-label">03 // The Interface</div>
<h2 class="section-title">Interface Overview</h2>
<div class="interface-grid">
@@ -152,7 +152,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Keyboard Shortcuts Section -->
<section id="shortcuts" class="docs-section section-alt">
<div class="container">
<div class="section-label">[004] KEYBOARD_SHORTCUTS</div>
<div class="section-label">04 // Keyboard Shortcuts</div>
<h2 class="section-title">Keyboard Shortcuts</h2>
<div class="shortcuts-layout">
@@ -206,7 +206,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- At Commands Section -->
<section id="commands" class="docs-section">
<div class="container">
<div class="section-label">[005] @_COMMANDS</div>
<div class="section-label">05 // @ Commands</div>
<h2 class="section-title">Special Commands</h2>
<p class="section-desc">Type <code class="inline-code">@</code> in the chat input to access these special commands:</p>
@@ -226,7 +226,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Working with AI Section -->
<section id="ai" class="docs-section section-alt">
<div class="container">
<div class="section-label">[006] WORKING_WITH_AI</div>
<div class="section-label">06 // Working with AI</div>
<h2 class="section-title">AI Collaboration</h2>
<div class="ai-content">
@@ -260,7 +260,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Chat Modes Section -->
<section id="chat-modes" class="docs-section section-alt">
<div class="container">
<div class="section-label">[007] CHAT_MODES</div>
<div class="section-label">07 // Chat Modes</div>
<h2 class="section-title">Chat Modes</h2>
<p class="section-desc">Zaguán Blade supports two chat modes accessible from the <strong>Command Center</strong>:</p>
@@ -284,7 +284,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Settings Section -->
<section id="settings" class="docs-section">
<div class="container">
<div class="section-label">[008] SETTINGS</div>
<div class="section-label">08 // Settings</div>
<h2 class="section-title">Configuration</h2>
<div class="settings-grid">
@@ -370,7 +370,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Project Instructions Section -->
<section id="project-instructions" class="docs-section section-alt">
<div class="container">
<div class="section-label">[009] PROJECT_INSTRUCTIONS</div>
<div class="section-label">09 // Project Instructions</div>
<h2 class="section-title">Teach the AI About Your Project</h2>
<div class="instructions-content">
@@ -403,7 +403,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Editor Features Section -->
<section id="features" class="docs-section">
<div class="container">
<div class="section-label">[010] EDITOR_FEATURES</div>
<div class="section-label">10 // Editor Features</div>
<h2 class="section-title">Additional Features</h2>
<div class="features-list">
@@ -440,7 +440,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Screenshot Capture Section -->
<section id="screenshot" class="docs-section section-alt">
<div class="container">
<div class="section-label">[011] SCREENSHOT_CAPTURE</div>
<div class="section-label">11 // Screenshot Capture</div>
<h2 class="section-title">Screenshot Capture</h2>
<p class="section-desc">Attach screenshots to your chat messages to give the AI visual context. Access capture options from the <strong>Feature Menu</strong> (grid icon) in the Command Center.</p>
@@ -478,7 +478,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Privacy Section -->
<section id="privacy" class="docs-section">
<div class="container">
<div class="section-label">[012] PRIVACY_&_DATA</div>
<div class="section-label">12 // Privacy & Data</div>
<h2 class="section-title">Privacy</h2>
<div class="privacy-grid">
@@ -509,7 +509,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Local AI System Prompts Section -->
<section id="local-ai-prompts" class="docs-section">
<div class="container">
<div class="section-label">[013] LOCAL_AI_SYSTEM_PROMPTS</div>
<div class="section-label">13 // Local AI System Prompts</div>
<h2 class="section-title">Custom System Prompts</h2>
<div class="instructions-content">
@@ -586,7 +586,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Tool Calls Reference Section -->
<section id="tool-calls" class="docs-section section-alt">
<div class="container">
<div class="section-label">[014] TOOL_CALLS_REFERENCE</div>
<div class="section-label">14 // Tool Calls Reference</div>
<h2 class="section-title">Tool Calls Reference</h2>
<div class="instructions-content">
@@ -611,7 +611,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Known Bugs Section -->
<section id="known-bugs" class="docs-section section-alt">
<div class="container">
<div class="section-label">[015] KNOWN_BUGS</div>
<div class="section-label">15 // Known Bugs</div>
<h2 class="section-title">Known Issues</h2>
<p class="section-desc">As an alpha release, there are some known limitations and bugs we're actively working on:</p>
@@ -650,7 +650,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Support Section -->
<section id="support" class="docs-section">
<div class="container">
<div class="section-label">[016] SUPPORT_&_FEEDBACK</div>
<div class="section-label">16 // Support & Feedback</div>
<div class="support-card">
<div class="support-header">
<h2>Alpha Release</h2>