From 0fb617976d5d58b6a9d1aebd94b2c94a9d3d7486 Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Thu, 15 Sep 2022 14:41:11 +1000 Subject: [PATCH] Forgot to update the real css too --- static/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/theme.css b/static/theme.css index 39a2e46..f2a2f15 100644 --- a/static/theme.css +++ b/static/theme.css @@ -134,4 +134,9 @@ h1 border: 2px solid; text-align: center; order: 3; /*flex thing*/ +} + +.tick +{ + color: #dddddd; } \ No newline at end of file