From 57f5b2b31bc2f3accaf47aed27779554bf7bbf26 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 14 Oct 2017 13:30:05 +0200 Subject: [PATCH] All tag types now have colors --- ui/css/theme.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ui/css/theme.css b/ui/css/theme.css index caf7228..448d3a9 100644 --- a/ui/css/theme.css +++ b/ui/css/theme.css @@ -142,11 +142,23 @@ nav li:hover .mg-label { } .ttype-location { - color: #7a7; + color: #7b7; } .ttype-source { - color: #cc3; + color: #bb7; +} + +.ttype-organization { + color: #b7b; +} + +.ttype-series { + color: #5dd; +} + +.ttype-meta { + color: #5e5; } .ttype-character {