Browse Source

All tag types now have colors

master
Gisle Aune 7 years ago
parent
commit
57f5b2b31b
  1. 16
      ui/css/theme.css

16
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 {

Loading…
Cancel
Save