summaryrefslogtreecommitdiff
path: root/util/skingen.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-21 11:41:19 +0100
committerYorhel <git@yorhel.nl>2008-12-21 11:41:19 +0100
commit568fb4cafe60867db9c4450a944f7747e3a3a08e (patch)
tree78aeac1f6de246e08bde3e53de797417bad7cd39 /util/skingen.pl
parent7ad6213b615f925684bd5afd52f064c7e29653fa (diff)
Made the category colors on VN edit changable in CSS
...but not yet in the skin generator, as I haven't really decided yet whether to generate those colors based on the other colors, or to make them configurable from the skin config (= more work for the people who create the skins)
Diffstat (limited to 'util/skingen.pl')
-rwxr-xr-xutil/skingen.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/skingen.pl b/util/skingen.pl
index 2c50ac76..4b17edf8 100755
--- a/util/skingen.pl
+++ b/util/skingen.pl
@@ -262,3 +262,8 @@ div.notice {
.diff_del { background-color: #534; }
+/* category colors on vn edit */
+.catsel_1 { color: #0c0!important }
+.catsel_2 { color: #cc0!important }
+.catsel_3 { color: #c00!important }
+