MediaWiki: Common.css: Difference between revisions
From ElixirBlocks
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
background-color:white !important | background-color:white !important | ||
} | } | ||
.mw-page-title-main{ | |||
color:#3e8ccf !important; | |||
} | |||
Revision as of 18:42, 16 June 2023
body{
background-color:white !important
}
.mw-page-title-main{
color:#3e8ccf !important;
}
.navbar{
background-color: #d7393d !important
}
.code2highlight{
/* background-color:purple !important */
background-color:#000 !important
}
#ca-edit{
background-color: #fbff006b !important;
color:grey !important;
border-color: #fbff006b !important;
}
#footer{
background-color: #fdff94 !important;
}
.navbar-brand{
color: #fdff94 !important;
}