diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 08aaf18..9bf50dd 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -2044,6 +2044,22 @@ tbody .staff_post { border-top: none !important; } +.tag_parody { + color: #e8ab3a !important; +} + +.tag_character { + color: #529e63 !important; +} + +.tag_male { + color: #3d77e2 !important; +} + +.tag_female { + color: #e896e8 !important; +} + /* Pink Additions */ body.style_pink .cats_anime:after { color: #78467f; } diff --git a/static/styles/genaviv/style.css b/static/styles/genaviv/style.css index daf57d0..e9092da 100755 --- a/static/styles/genaviv/style.css +++ b/static/styles/genaviv/style.css @@ -1399,6 +1399,18 @@ div.pad#threadpoll p strong { .autocomplete-suggestion { padding:5px } +.tag_parody { + background: #d2aa4b !important; +} +.tag_character { + background: #689f78 !important; +} +.tag_female { + background: #e993e9 !important; +} +.tag_male { + background: #5959f9 !important; +} /* Fixed Header addition */ body.style_fixed_header #menu, body.style_fixed_header .main-menu {