diff options
| author | 2026-07-31 11:56:31 +0700 | |
|---|---|---|
| committer | 2026-07-31 11:56:31 +0700 | |
| commit | 793860dbd6df42d5bbf05542f2292a1c6d30fc76 (patch) | |
| tree | 7f25119d300ea44371bd9d25207e1228cf488e0d /README.md | |
| parent | 306fafc1d1d19c51d7ac24479f49c76272934ce5 (diff) | |
| download | cgitext-1.3.1+10.tar.gz cgitext-1.3.1+10.zip | |
style: replace hardcoded color codes with css variablesv1.3.1+10
In order to: a) do custom theme simpler by just replacing necessary
vars, b) apply this theme to filters as well; the main cgit.css file now
defines CSS vars and uses them in color parameters.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ This is a custom expansion to cgit. Its most prominent changes by now are: * CI/CD tab, linking to an external service on ref pages by using template. The Jenkins plugin is added to support a scenario when a ref lacks a pipeline. +* Theming now relies on CSS variables set in cgit.css, to allow easier custom additions and implicit filter theming. + The original cgit project is hosted at [git.zx2c4.com](https://git.zx2c4.com/cgit/about/) ## cgit - CGI for Git |