mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
a few more fixes for the Vietnamese dark theme
This commit is contained in:
@@ -22,12 +22,48 @@ img.mw-logo-wordmark, img.mw-logo-tagline {
|
||||
color: var(--white) !important;
|
||||
}
|
||||
|
||||
/* white box at top-center of Vietnamese landing page */
|
||||
.mw-parser-output .main-header,
|
||||
.mw-parser-output .main-header__left,
|
||||
.mw-parser-output .main-header__bottom {
|
||||
background: transparent!important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* fix white background of boxes on Vietnamese landing page */
|
||||
.mw-parser-output .main-top,
|
||||
.mw-parser-output .main-top-left,
|
||||
.mw-parser-output .main-top-left p,
|
||||
.mw-parser-output .main-box {
|
||||
.mw-parser-output .main-box,
|
||||
.mw-parser-output .main-box__body,
|
||||
.mw-parser-output .main-box__title {
|
||||
background: transparent!important;
|
||||
color: var(--white) !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* color boxes at bottom-center ('improvements') of Vietnamese landing page */
|
||||
.mw-parser-output .main-box__header.-header-box-color-gray,
|
||||
.mw-parser-output .content-improvement-invitation {
|
||||
background-color: #f2f2f21c!important;
|
||||
}
|
||||
.content-improvement-invitation__icon {
|
||||
filter: invert(0.9);
|
||||
}
|
||||
|
||||
.mw-parser-output .content-improvement-item > a::before {
|
||||
background: transparent!important;
|
||||
}
|
||||
.mw-parser-output .content-improvement-item > a,
|
||||
.mw-parser-output .content-improvement-item > a:hover,
|
||||
.mw-parser-output .content-improvement-item > a:visited,
|
||||
.mw-parser-output .content-improvement-item > a:focus {
|
||||
background-color: #f2f2f21c!important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#main-content-improvement .content-improvement-item,
|
||||
.main-bottom-box__header.u-plain-heading {
|
||||
background: transparent!important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user