colortheme.css 431 B

1234567891011121314151617181920
  1. /* Note: No need to invert when the screen is small because the navbar is
  2. collapsed to a hamburger menu. */
  3. @media only screen and (min-width: 1200px) {
  4. .dynamic-navbar .navbar-icon-svg-dark {
  5. filter: invert(1);
  6. };
  7. }
  8. @media only screen and (min-width: 1200px) {
  9. .dropdown-menu-icons-only {
  10. width: 25px;
  11. min-width: 3rem;
  12. }
  13. }
  14. .menu-icon-center {
  15. display: block;
  16. margin-left: auto;
  17. margin-right: auto;
  18. }