Try this (replace your existing user.css with):
It's not perfect but at least it doesn't give you grey text on a grey background.
Code:
/* Banner Image */.rlhbanner { min-width: 100%;}/* Menu *//* Override the lilac background with white */.container-header { background-color: #fff; background-image: none;}/* Text should now be blue */.container-header .mod-menu { color: #0088cc;}/* We add padding and radius so that on hover there is a nice background */.container-header .mod-menu a { padding: 0.2rem 0.95rem; color: #0088cc; }/* On hover there should be a grey background*/.container-header .mod-menu a:hover { border-radius: 0.2rem; background-color: #eee; color: #0088cc; }/* We need to change the color of the Hamburger Menu because white on white is not good */.container-header .navbar-toggler { color: #0088cc; border: 1px solid #0088cc;}
Statistics: Posted by mtgg — Thu Jul 11, 2024 6:12 am