From 00c38cc608f7399b422b399a658bf9383d70e44b Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Sat, 23 Dec 2023 23:28:57 +0800 Subject: [PATCH] chore: remove unused color in styles.css --- fortune_generator/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/fortune_generator/styles.css b/fortune_generator/styles.css index 09faaa3..7e67b53 100644 --- a/fortune_generator/styles.css +++ b/fortune_generator/styles.css @@ -8,7 +8,6 @@ --desc-color: #7f7f7f; --date-color: #096e1bC9; --special-event-color: #3e4fbb; - --days-to-special-event-color: #485ccd; --title-color: #000000CC; }