Commit 3889581

Jesse Shawl  ·  2024-01-03 20:43:42 -0500 EST
parent 265aac7
use chroma colors green and red
1 files changed,  +4, -4
+4, -4
......@@ -29,8 +29,8 @@
2929 --blockquote-bg: #fff;
3030 --hover: #d73a49;
3131 --grey: #ccc;
32- --success: #50fa7b;
33- --error: #ff5555;
32+ --success: #388038;
33+ --error: #c02828;
3434 }
3535 }
3636
......@@ -48,8 +48,8 @@
4848 --blockquote-bg: #414558;
4949 --hover: #ff80bf;
5050 --grey: #414558;
51- --success: #50fa7b;
52- --error: #ff5555;
51+ --success: #388038;
52+ --error: #c02828;
5353 }
5454 }
5555