Difference between revisions of "MediaWiki:Common.css"

From rbachwiki
Jump to navigation Jump to search
Line 2: Line 2:
.keywords{
.keywords{
display: none;
display: none;
}
.bluebackground{
background: rgb(182, 209, 252);padding: 1rem;
}
}

Revision as of 18:38, 31 August 2022

/* CSS placed here will be applied to all skins */
.keywords{
display: none;
}

.bluebackground{
background: rgb(182, 209, 252);padding: 1rem;
}