dark mode

This commit is contained in:
M1ngdaXie
2026-02-08 16:23:06 -08:00
parent 10110e26b3
commit 10fd9cdecb
14 changed files with 207 additions and 6 deletions

View File

@@ -6,6 +6,13 @@
background: hsl(var(--background));
}
.landing-theme-toggle {
position: fixed;
top: 24px;
right: 24px;
z-index: 20;
}
/* ========================================
Hero Section
======================================== */
@@ -50,6 +57,12 @@
margin-bottom: 1.5rem;
}
.hero-logo-icon {
width: 28px;
height: 28px;
image-rendering: pixelated;
}
.hero-brand {
font-size: 0.95rem;
font-weight: 700;