Template:MomoTalk/style.css: Difference between revisions

Content deleted Content added
JoeXYZ (talk | contribs)
Dark mode adjustments for MomoTalks
transferred no invert fixes to Template:MomoTalk; some other changes still need to be fixed
Line 177:
if/when a custom dark mode will be implemented for the wiki.
*/
 
.client-darkmode:not(.mw-invert) .momotalk-container .momotalk-top,
.client-darkmode:not(.mw-invert) .momotalk-container .momotalk-student-line-container,
.client-darkmode:not(.mw-invert) .momotalk-container .momotalk-sensei-line-container,
.client-darkmode:not(.mw-invert) .momotalk-container .momotalk-relationship-story-option {
filter: invert(1) hue-rotate(180deg);
}
 
.client-darkmode:not(.mw-invert) .momotalk-container .momotalk-relationship-story-option {
box-shadow: 0 2px 5px #2c2c2c;