Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-11 17:48:23 +0300
committerathul <athul8720@gmail.com>2020-04-11 17:48:23 +0300
commit248a66e7127a48a35f7e71f5f85ae9e5dc5d7d06 (patch)
tree335be8b40eefd86f6e19452f5e3cb100bf891be0
parent11e76d32e2b744d34c251162d703cd47b303c7d9 (diff)
draft-label tweaks
-rw-r--r--static/css/main.css4
1 files 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;