Actions

MediaWiki

Difference between revisions of "Foreground.css"

From London's Ghost Acres

(Created page with "Custom Foreground menubar colors: .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form { ba...")
 
Line 1: Line 1:
/* Custom Foreground menubar colors */
+
h2 {
.top-bar,
+
font-size: smaller;
.top-bar-section ul,
+
.top-bar-section ul li.active > a,
+
.top-bar-section li a:not(.button),
+
.top-bar-section .has-form {
+
  background: #ffe4b2;
+
  color: #000;
+
 
}
 
}

Revision as of 13:48, 6 May 2016

h2 {
font-size: smaller;
}