MediaWiki:Common.css: Difference between revisions

From Xenharmonic Reference
60% was too difficult to see on dark mode
No edit summary
Line 1: Line 1:
/* XenBase class="adv" selector, TODO finish formatting */
/* XenBase class="adv" selector, TODO finish formatting */
.adv {
.adv {
     color: rgba(204, 204, 255, 0.7); /* 70% opacity */
     color: rgba(204, 204, 255, 0.7); /* #ccccff with 70% opacity */
}
}

Revision as of 16:37, 11 December 2025

/* XenBase class="adv" selector, TODO finish formatting */
.adv {
    color: rgba(204, 204, 255, 0.7); /* #ccccff with 70% opacity */
}