ensure text is white against dark blue background

This commit is contained in:
Mark Eaton
2023-12-20 14:30:22 -05:00
parent c88114c545
commit 5c048f19fb
+5 -2
View File
@@ -25,10 +25,13 @@
#s-lib-public-header-desc { margin-top: -30px; }
#s-lib-public-main-searchbar { margin-top: -20px; }
/*change the background color of the header */
/* change the background color of the header */
.navbar-expand-lg { background-color: #003466 !important; }
/*change the background color of the header on mobile */
/* change the background color of the header on mobile */
#az-public-mobile-filters { background-color: #003466; }
/* make the text in the header white, so that it shows up on the dark blue background */
.select2 { background-color: white; }
.collapsible, .s-lg-az-reset { color: white !important; }
</style>