MediaWiki:Common.css: Difference between revisions

From BibleVerseWiki
No edit summary
No edit summary
Line 4: Line 4:
     /*color: #B31B1B;*/
     /*color: #B31B1B;*/
     color: #C81D11
     color: #C81D11
}
}


:target {
:target :not(.mw-headline) {
     background-color: yellow;
     background-color: yellow;
}
}

Revision as of 16:30, 6 January 2024

/* CSS placed here will be applied to all skins */
.red-letter{
    /*color: #A51C30;*/
    /*color: #B31B1B;*/
    color: #C81D11
}

:target :not(.mw-headline) {
    background-color: yellow;
}