I've added some basic css without many changes to the code itself. just to the routes and added an style.css route the css is generated via scss which is a pre-processor to compile the css just run
cd scss # to actually go to the package.json folder.
npm i # to Install the sass package
npm run sass # to run the dev enviroment
npx sass .:../css --style=compressed # to compile to smallest possible files
here are 2 of the themes 1 of them is based on the emacs theme of tsoding.
I've added some basic css without many changes to the code itself. just to the routes and added an style.css route the css is generated via scss which is a pre-processor to compile the css just run
here are 2 of the themes 1 of them is based on the emacs theme of tsoding.