From c3014fb7be5c54ac9d1325f33f6fe0a2624161a8 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 21:15:38 +0100 Subject: new feature : home>display>tags colors --- assets/css/home.css | 6 +++++- assets/css/tagcolors.css | 9 +++++---- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'assets/css') diff --git a/assets/css/home.css b/assets/css/home.css index 9ee57ac..62cf05d 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -121,11 +121,15 @@ nav span.counter { } -table a.tag { +table a.tag, table a.author { border-radius: 10px; padding: 1px 4px; } +table a.author { + background-color: darkgrey; +} + table a.secure{ padding: 1px 3px; } diff --git a/assets/css/tagcolors.css b/assets/css/tagcolors.css index fbeede5..8430eba 100644 --- a/assets/css/tagcolors.css +++ b/assets/css/tagcolors.css @@ -1,8 +1,9 @@ -.tag_color { background-color: #72b8e8; } -.tag_w { background-color: #b5d689; } -.tag_sans { background-color: #7be87e; } -.tag_secret { background-color: #97b495; } +.tag_color { background-color: #ff0000; } +.tag_w { background-color: #50e2f9; } +.tag_sans { background-color: #00ff07; } +.tag_secret { background-color: #10580b; } +.tag_fiit { background-color: #ba7db4; } .tag_salle { background-color: #d2946d; } .tag_ab { background-color: #fbd4fd; } .tag_template { background-color: #f4cbfe; } -- cgit v1.2.3