From 40ef00fee7286a186673ff3fb26b6802421b2bc4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 30 Jan 2020 01:54:50 +0100 Subject: work on thumbnail admin --- assets/css/tagcolors.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 assets/css/tagcolors.css (limited to 'assets') diff --git a/assets/css/tagcolors.css b/assets/css/tagcolors.css new file mode 100644 index 0000000..97a28d4 --- /dev/null +++ b/assets/css/tagcolors.css @@ -0,0 +1,17 @@ + +.tag_color { background-color: #785ae2; } +.tag_w { background-color: #d660e7; } +.tag_sans { background-color: #a44432; } +.tag_secret { background-color: #f449d8; } +.tag_fiit { background-color: #d5ccfc; } +.tag_salle { background-color: #488d4f; } +.tag_ab { background-color: #6f8934; } +.tag_template { background-color: #85e961; } +.tag_tttaaaaggggeee { background-color: #654760; } +.tag_salle01 { background-color: #57f55c; } +.tag_event { background-color: #d1bc49; } +.tag_delire { background-color: #8c967a; } +.tag_phasme { background-color: #a23e85; } +.tag_animal { background-color: #c85b73; } +.tag_blague { background-color: #6ac3f3; } +.tag_festival { background-color: #67a46c; } \ No newline at end of file -- cgit v1.2.3