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:05 +0300
committerathul <athul8720@gmail.com>2020-04-11 17:48:05 +0300
commit83319de243c9f04c69443296c867dbedc2d6e81a (patch)
tree6a6a0dda0aab0b79b3057a0147b8d141541e6165
parent10fb447b012e259f22a1105de06f5a7004a4bb52 (diff)
Small tweaks
-rw-r--r--themes/archie/static/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/archie/static/css/main.css b/themes/archie/static/css/main.css
index f95e61f..3bca25f 100644
--- a/themes/archie/static/css/main.css
+++ b/themes/archie/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;