This commit is contained in:
Yan Lin 2026-02-08 17:24:14 +01:00
parent addb84e3e6
commit 44d1c5b8de
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
--accent: #3568a8;
--muted: #666;
--border: #e5e5e5;
--code-bg: #f2f2f2;
--code-bg: #f5f5f5;
--max-width: 50rem;
}
@ -15,7 +15,7 @@
--accent: #86a5bb;
--muted: #999;
--border: #333;
--code-bg: #272828;
--code-bg: #202022;
}
}