Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Stephentown Genealogy: Roots & More

Line 12: Line 12:
 
.top-bar-section > ul > [role="separator"] {
 
.top-bar-section > ul > [role="separator"] {
 
   border-color: black;
 
   border-color: black;
 +
}
 +
 +
.top-bar-logo {
 +
background-color: #fff;
 
}
 
}
 
// font-family: 'Nothing You Could Do', cursive;
 
// font-family: 'Nothing You Could Do', cursive;

Revision as of 05:21, 6 February 2019

@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
.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 {
    background: #90C226;
}


.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: black;
}

.top-bar-logo {
	background-color: #fff;
}
// font-family: 'Nothing You Could Do', cursive;