MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(19 intermediate revisions by the same user not shown)
Line 25: Line 25:
/* Change background color for Vector skin */
/* Change background color for Vector skin */
body {
body {
     background-color: #77d0ff; /* Replace with your desired color */
     background-color: #3eb489; /* Replace with your desired color */
}
}


Line 88: Line 88:
.static-button:hover {
.static-button:hover {
     color: #fff; /* White text color */
     color: #fff; /* White text color */
}
.pre-content.heading-holder {
    display: none !important;
}
}