xenocrat / chyrp-lite

An ultra-lightweight blogging engine, written in PHP.
https://chyrplite.net/
BSD 3-Clause "New" or "Revised" License
417 stars 44 forks source link

Themes and colors #144

Closed viktor02 closed 3 years ago

viktor02 commented 3 years ago

Hello. I want to create my own dark theme for chyrp, I have a question. Is the all.css file generated from something or is it written by hand? (Perhaps I did not find the sources of this file, if they exist, of course) I would like to get something like variables for color as in less and other preprocessors, so as not to rewrite all the code by hand

xenocrat commented 3 years ago

Hello there. The CSS is all written by hand, without any preprocessor.

viktor02 commented 3 years ago

Thanks for the answer