more light mode shit

This commit is contained in:
shamoon
2026-01-22 23:09:02 -08:00
parent 046d65c2ba
commit 67564dd573
2 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'base.css' %}" rel="stylesheet">
<style>
:root {
:root, body, .form-control, .form-floating {
color-scheme: light;
--bs-body-bg: #f5f5f5;
--bs-body-color: #212529;

View File

@@ -27,6 +27,10 @@
min-height: 100vh;
}
svg.logo .text {
fill: #161616 !important;
}
.hero-card,
.card-step {
background: #fff;
@@ -48,14 +52,9 @@
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card-step:hover {
transform: translateY(-2px);
box-shadow: 0 20px 36px rgba(0, 0, 0, 0.08);
}
.path-pill {
background: rgba(23, 84, 31, 0.08);
color: #0f3614;
color: var(--bs-body-color);
border-radius: 12px;
padding: 0.4rem 0.75rem;
font-size: 0.9rem;