فهرست منبع

adding section to more easily change the background and text colors of the top bar

Garrick van Buren 12 سال پیش
والد
کامیت
f86e1fff52
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      assets/stylesheets/foreground.css

+ 12 - 0
assets/stylesheets/foreground.css

@@ -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;
+}