chore: release v0.48.2
This commit is contained in:
+11
-12
@@ -28,11 +28,10 @@
|
||||
--text-1: #181620;
|
||||
--text-2: #5E5C6B;
|
||||
--text-3: #8F8D9A;
|
||||
--accent: #6C3AED;
|
||||
--accent-hover: #5B21B6;
|
||||
--accent-soft: #EDE9FE;
|
||||
--accent-glow: rgba(108, 58, 237, 0.12);
|
||||
--blue: #0A84FF;
|
||||
--accent: #92400E;
|
||||
--accent-hover: #78350F;
|
||||
--accent-soft: #FEF3C7;
|
||||
--accent-glow: rgba(146, 64, 14, 0.12);
|
||||
--code-bg: #1C1B22;
|
||||
--code-text: #E2E1EC;
|
||||
--radius: 16px;
|
||||
@@ -49,10 +48,10 @@
|
||||
--text-1: #F5F4F1;
|
||||
--text-2: #AEADB0;
|
||||
--text-3: #8E8D89;
|
||||
--accent: #818CF8;
|
||||
--accent-hover: #6366F1;
|
||||
--accent-soft: #2E2D5B;
|
||||
--accent-glow: rgba(129, 140, 248, 0.15);
|
||||
--accent: #FBBF24;
|
||||
--accent-hover: #F59E0B;
|
||||
--accent-soft: #2C1E00;
|
||||
--accent-glow: rgba(251, 191, 36, 0.15);
|
||||
--code-bg: #141413;
|
||||
--code-text: #E2E1DC;
|
||||
--shadow-card: 0 1px 3px rgba(0,0,0,0.25);
|
||||
@@ -64,8 +63,8 @@
|
||||
:root:not([data-theme="light"]) {
|
||||
--bg: #1A1A18; --bg-alt: #141413; --surface: #222220; --border: #2A2A28;
|
||||
--text-1: #F5F4F1; --text-2: #AEADB0; --text-3: #8E8D89;
|
||||
--accent: #818CF8; --accent-hover: #6366F1; --accent-soft: #2E2D5B;
|
||||
--accent-glow: rgba(129, 140, 248, 0.15);
|
||||
--accent: #FBBF24; --accent-hover: #F59E0B; --accent-soft: #2C1E00;
|
||||
--accent-glow: rgba(251, 191, 36, 0.15);
|
||||
--code-bg: #141413; --code-text: #E2E1DC;
|
||||
--shadow-card: 0 1px 3px rgba(0,0,0,0.25); --shadow-lg: 0 8px 24px rgba(0,0,0,0.45);
|
||||
--shadow-hero: 0 20px 60px rgba(0,0,0,0.55);
|
||||
@@ -332,7 +331,7 @@
|
||||
<nav>
|
||||
<div class="wrap">
|
||||
<a href="#" class="nav-logo">
|
||||
<svg viewBox="0 0 160 160" fill="none"><defs><linearGradient id="g" x1="0" y1="0" x2="160" y2="160" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-color="#8B5CF6"></stop><stop offset="100%" stop-color="#6C3AED"></stop></linearGradient></defs><rect width="160" height="160" rx="36" fill="url(#g)"></rect><path d="M80 36L36 72V120C36 122.2 37.8 124 40 124H68V96H92V124H120C122.2 124 124 122.2 124 120V72L80 36Z" fill="white"></path><rect x="100" y="46" width="12" height="22" rx="2" fill="white"></rect></svg>
|
||||
<svg viewBox="0 0 160 160" fill="none"><defs><linearGradient id="g" x1="0" y1="0" x2="160" y2="160" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-color="#B45309"></stop><stop offset="100%" stop-color="#92400E"></stop></linearGradient></defs><rect width="160" height="160" rx="36" fill="url(#g)"></rect><path d="M80 36L36 72V120C36 122.2 37.8 124 40 124H68V96H92V124H120C122.2 124 124 122.2 124 120V72L80 36Z" fill="white"></path><rect x="100" y="46" width="12" height="22" rx="2" fill="white"></rect></svg>
|
||||
Oikos
|
||||
</a>
|
||||
<div class="nav-right">
|
||||
|
||||
Reference in New Issue
Block a user