| Line 78: |
Line 78: |
| | height:100%; | | height:100%; |
| | background-color: #fff; | | background-color: #fff; |
| − | }
| |
| − | @media (prefers-color-scheme: dark) {
| |
| − | #smooth-loader {
| |
| − | background-color: #17074B !important;
| |
| − | }
| |
| | } | | } |
| | */ | | */ |
| Line 91: |
Line 86: |
| | | | |
| | | | |
| − | /* Unspecific darkmode overrides */
| |
| − |
| |
| − | /* Links */
| |
| − | @media (prefers-color-scheme: dark) {
| |
| − | a:hover, a:visited {
| |
| − | color: #79a3f7;
| |
| − | }
| |
| − | a, .toctogglelabel {
| |
| − | text-decoration: none;
| |
| − | color: #81a9ff;
| |
| − | }
| |
| − | }
| |
| − |
| |
| − | /* Pre */
| |
| − | @media (prefers-color-scheme: dark) {
| |
| − | code, pre, .mw-code {
| |
| − | color: #fff;
| |
| − | background-color: #000;
| |
| − | }
| |
| − | }
| |
| − |
| |
| − | /* Editscreen */
| |
| − | @media (prefers-color-scheme: dark) {
| |
| − | div.editOptions {
| |
| − | background: #21242b;
| |
| − | }
| |
| − | .wikiEditor-ui-toolbar {
| |
| − | background-color: #2c3438;
| |
| − | }
| |
| − | div.editOptions, .wikiEditor-ui-toolbar .sections .section, .wikiEditor-ui-toolbar .group, .wikiEditor-ui .wikiEditor-ui-view {
| |
| − | border-color: #000 !important;
| |
| − | }
| |
| − |
| |
| − | .wikiEditor-ui-toolbar .booklet > .index > .current {
| |
| − | background-color: #4a4a4a;
| |
| − | color: #fff;
| |
| − | }
| |
| − |
| |
| − | .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
| |
| − | color: #8eb7e3;
| |
| − | }
| |
| − |
| |
| − | .wikiEditor-ui-toolbar .tabs span.tab a {
| |
| − | color: #e3e3e3;
| |
| − | }
| |
| − |
| |
| − | .wikiEditor-ui-toolbar .page-characters div span {
| |
| − | border: 1px solid #84868b;
| |
| − | color: #a4a4a4;
| |
| − | }
| |
| − | .wikiEditor-ui-toolbar .booklet > .index > :hover {
| |
| − | background-color: #5f6060 !important;
| |
| − | }
| |
| − | }
| |
| | | | |
| | | | |