css: change background colors for default theme

This commit is contained in:
Vincent Finance 2022-06-25 12:28:56 +03:00
parent c7a4b0b315
commit 2412f16d9a
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
/* default theme */
:root {
--bg: white;
--bg: #fff9e1;
--fg: #171a1f;
--nav-bg: #fafafa;
--nav-bg: #fff1d0;
--nav-fg: #363c46;
--link-fg: #0084ff;
--code-bg: #ccc;