forked from rDrama/rDrama
1
0
Fork 0

use author-bitten again

master
Aevann 2024-02-29 18:58:36 +02:00
parent 367af79aee
commit 2b08408ef2
2 changed files with 2 additions and 2 deletions

View File

@ -297,6 +297,6 @@
filter: invert(30%) brightness(60%) sepia(100%) hue-rotate(-50deg) contrast(2) saturate(150%); filter: invert(30%) brightness(60%) sepia(100%) hue-rotate(-50deg) contrast(2) saturate(150%);
} }
.grayscale { .author-bitten {
filter: grayscale(100%); filter: grayscale(100%);
} }

View File

@ -39,7 +39,7 @@ def get_award_classes(obj, v, title=False):
if not (v and v.poor): if not (v and v.poor):
if obj.author.bite: if obj.author.bite:
classes.append('grayscale') classes.append('author-bitten')
if obj.award_count('glowie', v): if obj.award_count('glowie', v):
classes.append("glow") classes.append("glow")
if obj.award_count('gold', v): if obj.award_count('gold', v):