mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
13 lines
337 B
CSS
13 lines
337 B
CSS
@import "wikipedia_styles_dark.css";
|
|
|
|
/* slightly increasing readability of top-left wikipedia logo */
|
|
#p-logo .mw-wiki-logo {
|
|
filter: invert(1);
|
|
}
|
|
|
|
/* big white boxes on German landing page */
|
|
.mw-parser-output .hauptseite-box-content,
|
|
.mw-parser-output .hauptseite-preview-wikidata {
|
|
background-color: transparent!important;
|
|
}
|