MediaWiki:Attributes.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 43: | Line 43: | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
.theme-fandomdesktop-light .attribute-pill-Cherubim, | .theme-fandomdesktop-light .attribute-pill-Cherubim, | ||
| Line 57: | Line 56: | ||
.attribute-pill-Hate { background-color: var(--attribute-Hate); } | .attribute-pill-Hate { background-color: var(--attribute-Hate); } | ||
.attribute-pill-Insatiability { background-color: var(--attribute-Insatiability); } | .attribute-pill-Insatiability { background-color: var(--attribute-Insatiability); } | ||
.attribute-pill-Insatiability a { color: black; } | |||
.attribute-pill-Light { background-color: var(--attribute-Light); } | .attribute-pill-Light { background-color: var(--attribute-Light); } | ||
.attribute-pill-Love { background-color: var(--attribute-Love); } | .attribute-pill-Love { background-color: var(--attribute-Love); } | ||
.attribute-pill-Memory { background-color: var(--attribute-Memory); } | .attribute-pill-Memory { background-color: var(--attribute-Memory); } | ||
.attribute-pill-Peace { background-color: var(--attribute-Peace); } | .attribute-pill-Peace { background-color: var(--attribute-Peace); } | ||
.attribute-pill-Peace a { color: black; } | |||
.attribute-pill-Pride { background-color: var(--attribute-Pride); } | .attribute-pill-Pride { background-color: var(--attribute-Pride); } | ||
.attribute-pill-Regret { background-color: var(--attribute-Regret); } | .attribute-pill-Regret { background-color: var(--attribute-Regret); } | ||
| Line 67: | Line 68: | ||
.attribute-pill-War { background-color: var(--attribute-War); } | .attribute-pill-War { background-color: var(--attribute-War); } | ||
.attribute-pill-Weakness { background-color: var(--attribute-Weakness); } | .attribute-pill-Weakness { background-color: var(--attribute-Weakness); } | ||
.attribute-pill-Weakness a { color: black; } | |||
/* Trait Colors */ | /* Trait Colors */ | ||
| Line 79: | Line 81: | ||
.attribute-pill-Protector { background-color: var(--attribute-Protector); } | .attribute-pill-Protector { background-color: var(--attribute-Protector); } | ||
.attribute-pill-Striker { background-color: var(--attribute-Striker); } | .attribute-pill-Striker { background-color: var(--attribute-Striker); } | ||
/* Invert unreadable icons */ | |||
.attribute-pill-Insatiability img, | |||
.attribute-pill-Peace img, | |||
.attribute-pill-Weakness img { | |||
filter: invert(1); | |||
} | |||
.attribute-area-icon { | .attribute-area-icon { | ||