Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* <pre><nowiki> */

/* Remove light blue bg */
#content {
    background: #FFF;
}
 
#content div.thumb {
    border-color: #FFF;
}
 
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #FFF;
}

/* Light gray highlight on stuff */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus {
    background: #F9F9F9
}

/* Change link colours */
a { color: #002BB8; }
a:visited { color: #002BB8; }

/* Hide sitenotice */
div#siteNotice {display:none}

/* </nowiki></pre> */