aboutsummaryrefslogtreecommitdiff
path: root/style.c
Commit message (Collapse)AuthorAgeFilesLines
* WIP css stuffcssXavier Del Campo Romero2024-07-061-1/+17
|
* Allow admins to define their own stylesheetXavier Del Campo Romero2023-07-111-0/+55
slcl used to provide a hardcoded stylesheet. However, it would be desirable for some admins to provide a custom stylesheet without having to rebuild the application. Now, slcl creates a default stylesheet, namely style.css, into the target directory, that can be later modified by admins. While this might contradict the suckless philosophy a bit, hopefully some admins might find this new feature useful.