From 818b8c09dc1f31374b9a221270355782410735c7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 30 May 2020 15:39:28 +0200 Subject: [PATCH] improve status badge colors --- Theme/Backend/css/styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/css/styles.css b/Theme/Backend/css/styles.css index 90d277a..96136e0 100644 --- a/Theme/Backend/css/styles.css +++ b/Theme/Backend/css/styles.css @@ -7,21 +7,21 @@ } .tag.task-status-1 { - background: rgb(255, 104, 104); + background: #ff6250; } .tag.task-status-2 { - background: rgb(113, 197, 245); + background: #3498db; } .tag.task-status-3 { - background: rgb(255, 241, 114); + background: #f1c40f; } .tag.task-status-4 { - background: rgb(235, 151, 252); + background: #9b59b6; } .tag.task-status-5 { - background: rgb(79, 236, 118); + background: #46eb8b; } \ No newline at end of file