MediaWiki

Difference between revisions of "Common.css"

From Living Building Science

(Created page with "→‎CSS placed here will be applied to all skins: .top-bar { background: #b31369; }")
 
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.top-bar {
 
.top-bar {
   background: #b31369;
+
   background: #b3a369;
 
}
 
}

Latest revision as of 10:21, 15 April 2020

/* CSS placed here will be applied to all skins */
.top-bar {
  background: #b3a369;
}