small tweaks

This commit is contained in:
Barrett Ruth 2025-11-30 02:04:00 -05:00
parent c7e44fc8aa
commit 25e96f0893

View file

@ -154,8 +154,8 @@
:root {
--bg: #000;
--text: #fff;
--code-bg: #0a0a0a;
--border: #1a1a1a;
--code-bg: #121212;
--border: #2d2d2d;
--grid-color: rgba(55, 55, 55, 0.4);
}
}
@ -171,8 +171,8 @@
[data-theme="dark"] {
--bg: #000;
--text: #fff;
--code-bg: #0a0a0a;
--border: #1a1a1a;
--code-bg: #121212;
--border: #2d2d2d;
--grid-color: rgba(55, 55, 55, 0.4);
}