MediaWiki:Common.css: Difference between revisions

From BibleVerseWiki
No edit summary
No edit summary
Line 9: Line 9:


:target {
:target {
    border: 2px solid #D4D4D4;
     background-color: yellow;
     background-color: orange;
    color: white;
}
}

Revision as of 00:52, 4 January 2024

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


}

:target {
    background-color: yellow;
}