/* Header background grey and text white */ .header.content, .page-header { background-color: #333333 !important; /* dark grey */ color: #ffffff !important; /* white text */ } /* Force header links/icons to white */ .header.content a, .page-header a, .header.content .action, .page-header .action { color: #ffffff !important; } /* Make search box background stand out (optional) */ .block-search input { background-color: #555555 !important; color: #ffffff !important; border: 1px solid #777777 !important; } .block-search input::placeholder { color: #cccccc !important; /* lighter grey for placeholder text */ }