fix dark theme of Korean 'Main_Page' (#46, #76)

This commit is contained in:
Jean-Luc Tibaux
2022-07-23 19:02:34 +00:00
parent f898d7b546
commit e0afa3cf33
7 changed files with 67 additions and 8 deletions
+21
View File
@@ -0,0 +1,21 @@
@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);
}