tsoding / seroost

Local Search Engine
MIT License
243 stars 39 forks source link

Styling for some more style #16

Closed Waayway closed 4 months ago

Waayway commented 1 year ago

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.

seroost-theme1 seroost-theme