1,131
edits
No edit summary |
No edit summary |
||
| Line 647: | Line 647: | ||
body.wgl-darkmode #pt-skin-toggles a { | body.wgl-darkmode #pt-skin-toggles a { | ||
filter: brightness(0) invert(1); | filter: brightness(0) invert(1); | ||
} | |||
.mwe-popups { | |||
background: var(--body-light); | |||
} | |||
.mwe-popups .mwe-popups-container { | |||
background: var(--body-light); | |||
} | |||
.mwe-popups .mwe-popups-container.flipped-x-y:before, | |||
.mwe-popups .mwe-popups-container.flipped-y:before { | |||
border-top: none; | |||
} | |||
.mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:before { | |||
border-bottom: none; | |||
} | |||
.mwe-popups .mwe-popups-container.flipped-x-y:after, | |||
.mwe-popups .mwe-popups-container.flipped-y:after { | |||
border-top-color: var(--body-light); | |||
} | |||
.mwe-popups .mwe-popups-container.mwe-popups-no-image-tri:after { | |||
border-bottom-color: var(--body-light); | |||
} | |||
.mwe-popups .mwe-popups-container .mwe-popups-extract { | |||
color: var(--text-color); | |||
} | |||
.mwe-popups .mwe-popups-container .mwe-popups-extract[dir=ltr]:after { | |||
background-image: linear-gradient(to right, rgba(49, 62, 89, 0), var(--body-light) 50%); | |||
} | |||
.mwe-popups-overlay { | |||
background-color: var(--ooui-window-background); | |||
} | |||
#mwe-popups-settings { | |||
background: var(--ooui-interface); | |||
} | |||
#mwe-popups-settings header { | |||
border-color: var(--ooui-interface-border); | |||
} | |||
#mwe-popups-settings main p { | |||
color: var(--base-text-color); | |||
} | |||
#mwe-popups-settings main form label > span { | |||
color: var(--ooui-text); | |||
} | } | ||
| Line 1,343: | Line 1,397: | ||
body.wgl-darkmode { | body.wgl-darkmode { | ||
--mainpage-recent-updates-description-color: # | --mainpage-recent-updates-description-color: #cbd9f4; | ||
--bigtile-background-color: #F9F3EB; | --bigtile-background-color: #F9F3EB; | ||
--bigtile-background-fade-zero: rgba(249, 243, 235, 0); | --bigtile-background-fade-zero: rgba(249, 243, 235, 0); | ||