|
|
| Line 33: |
Line 33: |
| /* Dark theme: [[William_Wragg]], [[Coral_Castle]] */ | | /* Dark theme: [[William_Wragg]], [[Coral_Castle]] */ |
|
| |
|
| @media screen {
| |
| html.skin-theme-clientpref-night .infobox-full-data:not(.notheme) > div:not(.notheme)[style] {
| |
| background: #1f1f23 !important;
| |
| /* switch with var( --color-base ) when supported. */
| |
| color: #f8f9fa;
| |
| }
| |
| }
| |
|
| |
|
| |
| @media screen and ( prefers-color-scheme: dark) {
| |
| html.skin-theme-clientpref-os .infobox-full-data:not(.notheme) > div:not(.notheme)[style] {
| |
| background: #1f1f23 !important;
| |
| /* switch with var( --color-base ) when supported. */
| |
| color: #f8f9fa;
| |
| }
| |
| }
| |
|
| |
|
|
| |
|