Template:Chinese cuisine/styles.css
Appearance
.chinese-cuisine {
border: 1px solid red;
background-color: #ffe9e5;
color: inherit;
}
.chinese-cuisine .sidebar-list-title {
padding-right:3em;
font-size: 100%;
background-color: inherit;
color: inherit;
}
@media screen {
html.skin-theme-clientpref-night .chinese-cuisine {
background-color: #3c1a13;
}
}
@media screen and (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-night .chinese-cuisine {
background-color: #3c1a13;
}
}