repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
3889581
parent
265aac7
author
Jesse Shawl
date
2024-01-04 01:43:42 +0000 UTC
use chroma colors green and red
1 files changed,  +4, -4
M static/main.css
+4, -4
 1@@ -29,8 +29,8 @@
 2     --blockquote-bg: #fff;
 3     --hover: #d73a49;
 4     --grey: #ccc;
 5-    --success: #50fa7b;
 6-    --error: #ff5555;
 7+    --success: #388038;
 8+    --error: #c02828;
 9   }
10 }
11 
12@@ -48,8 +48,8 @@
13     --blockquote-bg: #414558;
14     --hover: #ff80bf;
15     --grey: #414558;
16-    --success: #50fa7b;
17-    --error: #ff5555;
18+    --success: #388038;
19+    --error: #c02828;
20   }
21 }
22