summaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authorGravatar steering72532026-05-22 08:54:27 -0600
committerGravatar steering72532026-05-22 08:54:27 -0600
commita1df8ace887b2a09c13b9f3b96bb0f84c18574ef (patch)
tree8d77d3188be36dda2f69b032e05f311ff6365374 /static
parentadd link to git-shell-commands, minor updates (diff)
add signature colors HEAD main
Diffstat (limited to 'static')
-rw-r--r--static/extra-cgit.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/extra-cgit.css b/static/extra-cgit.css
index d5eae36..2a3ec0e 100644
--- a/static/extra-cgit.css
+++ b/static/extra-cgit.css
@@ -1 +1,9 @@
/* loaded into cgit */
+
+.sig_x {
+ color: red;
+}
+
+.sig_y {
+ color: green;
+}