L_header.css 491 B

1234567891011121314151617181920212223242526
  1. #mainNav .navbar-brand {
  2. color: #000 !important;
  3. }
  4. #mainNav .navbar-nav > li.nav-item > a {
  5. color: #000 !important;
  6. }
  7. #mainNav.is-fixed {
  8. background-color: rgba(240, 240, 240, 0.9) !important;
  9. }
  10. .search-icon:after {
  11. background-color: #000000!important;
  12. }
  13. .search-icon:before {
  14. background-color: #000000!important;
  15. }
  16. .search-icon {
  17. border: 3px solid #000000!important;
  18. }
  19. .search:before {
  20. background-color: #000000!important;
  21. }
  22. .search-box {
  23. color: #000000!important;
  24. }