Przeglądaj źródła

added .top-bar-section ul to make sure the mobile menu is also impacted by background color changes

Garrick van Buren 12 lat temu
rodzic
commit
723224dc9a
1 zmienionych plików z 5 dodań i 3 usunięć
  1. 5 3
      assets/stylesheets/foreground.css

+ 5 - 3
assets/stylesheets/foreground.css

@@ -448,15 +448,17 @@ body.page-Farm_Main_Page #siteSub {
   display:none;
 }
 
-/* Don't like the black top bar? Change the color here: */
+/* Don't like the black top bar? Copy this into your Common.css and change the colors */
 .top-bar,
-.top-bar-section li a:not(.button),
+.top-bar-section ul,
 .top-bar-section ul li.active > a,
+.top-bar-section li a:not(.button),
 .top-bar-section .has-form {
    background: black;
    color: white;
 }
 
-.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
+.top-bar-section > ul > .divider,
+.top-bar-section > ul > [role="separator"] {
   border-color: black;
 }