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