This commit is contained in:
Waylon Walker 2025-11-22 19:58:34 -06:00
parent 93a4b412b4
commit 7b6e0bfbfa
9 changed files with 398 additions and 0 deletions

6
custom.css Normal file
View file

@ -0,0 +1,6 @@
:root {
--background-color: rgba(40, 42, 54, 0.8); /* Dracula dark */
--foreground-color: #f8f8f2;
--cursor-color: #f8f8f2;
--font-family: "Fira Code", monospace;
}