MediaWiki:Common.css: Difference between revisions
From Xenharmonic Reference
Is #8888aa better for muted text? |
m Forgot semicolon |
||
| Line 1: | Line 1: | ||
/* XenBase class="adv" selector, TODO finish formatting */ | /* XenBase class="adv" selector, TODO finish formatting */ | ||
.adv { | .adv { | ||
color: #8888aa | color: #8888aa; | ||
} | } | ||
Revision as of 18:49, 11 December 2025
/* XenBase class="adv" selector, TODO finish formatting */
.adv {
color: #8888aa;
}
/* XenBase class="thl" selector, for highlighting table cells */
.thl {
color: #000;
background-color: #cba;
}