aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-07-31 11:56:31 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-07-31 11:56:31 +0700
commit793860dbd6df42d5bbf05542f2292a1c6d30fc76 (patch)
tree7f25119d300ea44371bd9d25207e1228cf488e0d /README.md
parent306fafc1d1d19c51d7ac24479f49c76272934ce5 (diff)
downloadcgitext-793860dbd6df42d5bbf05542f2292a1c6d30fc76.tar.gz
cgitext-793860dbd6df42d5bbf05542f2292a1c6d30fc76.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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d4092ee..f3b8724 100644
--- a/README.md
+++ b/README.md
@@ -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