repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
5ef4bc1
parent
e082026
author
Eric Bower
date
2024-07-21 12:16:54 -0400 EDT
style: color success pill
2 files changed,  +6, -0
M static/git-pr.css
+5, -0
1@@ -1,3 +1,8 @@
2+.pill-success {
3+  border: 1px solid var(--success);
4+  color: var(--success);
5+}
6+
7 .pill-review {
8   border: 1px solid var(--review);
9   color: var(--review);
M static/vars.css
+1, -0
1@@ -17,4 +17,5 @@
2   --shadow: #252525;
3   --review: #f9e2af;
4   --admin: #f38ba8;
5+  --success: #66f859;
6 }