more hardening, inline tangled svg into the sprite

This commit is contained in:
Evan Jarrett
2026-04-22 20:13:40 -05:00
parent 267012b41e
commit c7783bf87c
20 changed files with 96 additions and 357 deletions
-16
View File
@@ -253,22 +253,6 @@
--btn-border: transparent;
}
/* ========================================
THEME-AWARE ICON SWITCHING
======================================== */
.icon-light {
display: block;
}
.icon-dark {
display: none;
}
[data-theme="dark"] .icon-light {
display: none;
}
[data-theme="dark"] .icon-dark {
display: block;
}
/* ========================================
STICKY FOOTER LAYOUT + BASE TYPE
======================================== */