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
+3
View File
@@ -30,5 +30,8 @@
/* 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>