MediaWiki:ColorSchemeDark.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Dark mode */
/* Dark mode */
.dark-mode {
.dark-mode {  
     --accent-color: #41afcc;
     --accent-color: #41afcc;
     --accent-color-tone-2: #40aac8;
     --accent-color-tone-2: #40aac8;
Line 119: Line 119:
.dark-mode .mw-editsection,
.dark-mode .mw-editsection,
.dark-mode .mw-editsection a,
.dark-mode .mw-editsection a,
.dark-mode span.oo-ui-iconElement-icon:not(.oo-ui-checkboxInputWidget-checkIcon, .oo-ui-image-destructive),
.dark-mode span.oo-ui-iconElement-icon:not(.oo-ui-checkboxInputWidget-checkIcon, .oo-ui-image-destructive, .oo-ui-icon-success, .oo-ui-image-success),
.dark-mode span.oo-ui-fieldLayout-field span:not(#movepage span, .tdg-templateDataDialog-panels span),
.dark-mode span.oo-ui-fieldLayout-field span:not(#movepage span, .tdg-templateDataDialog-panels span),
.dark-mode .postedit:after,
.dark-mode .postedit:after,
Line 149: Line 149:
.dark-mode .mw-content-ltr .redirectText li:first-child a,
.dark-mode .mw-content-ltr .redirectText li:first-child a,
.dark-mode .mw-content-ltr .redirectText li:first-child,
.dark-mode .mw-content-ltr .redirectText li:first-child,
.dark-mode .mwe-math-element {
.dark-mode .mwe-math-element img,
.dark-mode .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
.dark-mode .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
     filter: invert(1);
     filter: invert(1);
}
}