From 248a66e7127a48a35f7e71f5f85ae9e5dc5d7d06 Mon Sep 17 00:00:00 2001 From: athul Date: Sat, 11 Apr 2020 20:18:23 +0530 Subject: [PATCH] draft-label tweaks --- static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index f95e61f..3bca25f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -214,8 +214,8 @@ svg{ background-color: hotpink; color: white; } -time .draft-label{ - color: #3700ff; +.draft-label{ + color: var(--bordercl); text-decoration: none; padding: 2px 4px; border-radius: 4px;