This commit is contained in:
2026-06-24 17:00:21 -04:00
parent db29f0fdec
commit 1d018db749
4 changed files with 15 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ function toggleDark() { dark.value = !dark.value }
<style lang="scss">
:root {
--bg: #ffffff;
--surface: #f8fafc;
--surface: #d0dae1;
--border: #e2e8f0;
--text: #0f172a;
--text-muted: #64748b;