repos / pgit

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

commit
4de794d
parent
265aac7
author
Eric Bower
date
2024-01-04 03:14:54 +0000 UTC
Merge pull request #2 from jshawl/standardize-colors

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