浏览代码

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