mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
22 lines
473 B
CSS
22 lines
473 B
CSS
@import "wikipedia_styles_dark.css";
|
|
|
|
/* the logo section at the left side at the top of the French page header */
|
|
img.mw-logo-wordmark, img.mw-logo-tagline {
|
|
filter: invert(90%);
|
|
}
|
|
|
|
/* main content of French 'Main_Page' */
|
|
#accueil_2017_en-tete {
|
|
background: transparent !important;
|
|
border: 1px solid var(--gray-5);
|
|
}
|
|
#mw-content-text h2 {
|
|
background: transparent !important;
|
|
}
|
|
|
|
div.accueil_2017_cadre {
|
|
box-shadow: none;
|
|
border: 1px solid var(--gray-5);
|
|
}
|
|
|