MediaWiki:Common.css: Difference between revisions

From BibleVerseWiki
No edit summary
No edit summary
Line 8: Line 8:
:target:not(.mw-headline) {
:target:not(.mw-headline) {
     background-color: yellow;
     background-color: yellow;
}
.mw-search-profile-tabs{
display: none;
}
}

Revision as of 01:07, 10 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;
}

.mw-search-profile-tabs{
	display: none;
}