From e9bdc353bf2d5ca90cf5dc15157638f555c34a32 Mon Sep 17 00:00:00 2001 From: fatchan Date: Sun, 8 Mar 2020 04:17:15 +0100 Subject: [PATCH] make dice maroon in clear theme --- gulp/res/css/themes/clear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/res/css/themes/clear.css b/gulp/res/css/themes/clear.css index e075ce88..6ed2c56f 100644 --- a/gulp/res/css/themes/clear.css +++ b/gulp/res/css/themes/clear.css @@ -25,7 +25,7 @@ --input-borders: #d2d2d2; --input-color: #333; --input-background: #f5f5f5; - --dice-color: darkorange; + --dice-color: maroon; --title-color: #d70000; --greentext-color: #789922; --pinktext-color:#E0727F;