Template:Archive top green/styles.css
Jump to navigation
Jump to search
/* {{pp|small=y}} */
div.archive-top.archive-top-green {
background-color: #eaffea;
color: inherit;
}
div.archive-top.archive-top-green .inline-quote-talk {
color: #006145; /* WCAG AAA-compliant replacement for {{tq}}'s #008560 */
}
@media screen {
html.skin-theme-clientpref-night div.archive-top.archive-top-green {
background-color: #00261e;
color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os div.archive-top.archive-top-green {
background-color: #00261e;
color: inherit;
}
}