တမ်းပလိတ်:Sister project/styles.css
ပုံပန်းသွင်ပြင်
/* {{pp-template|small=yes}} */
@media print {
body.ns-0 .sistersitebox {
display: none !important;
}
}
/* The Wiktionary logo needs a white background in dark mode since it is a transparent SVG */
@media screen {
html.skin-theme-clientpref-night .sistersitebox img[src*="Wiktionary-logo-my.svg"] {
background-color: white;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .sistersitebox img[src*="Wiktionary-logo-my.svg"] {
background-color: white;
}
}