make navbar blue

This commit is contained in:
Mark Eaton
2023-12-20 14:05:20 -05:00
parent 84548af557
commit 0d3fc5b9c1
+3
View File
@@ -25,4 +25,7 @@
#s-lib-public-header-desc { margin-top: -30px; } #s-lib-public-header-desc { margin-top: -30px; }
#s-lib-public-main-searchbar { margin-top: -20px; } #s-lib-public-main-searchbar { margin-top: -20px; }
/*change the background color of the header */
.navbar-expand-lg { background-color: #003466 !important; } /* color navbar when at full screen */
#az-public-mobile-filters { background-color: #003466; } /* color navbar when on mobile */
</style> </style>