css: Replace some NBP branding with Conservancy's.

This commit is contained in:
Brett Smith 2018-10-10 10:47:13 -04:00
parent b3fe9130e5
commit ae091198ea
2 changed files with 4 additions and 22 deletions

View file

@ -342,11 +342,9 @@ $homepage-block-smaller-min-height: 360px;
z-index: -7999; z-index: -7999;
&.main { &.main {
background-image: url("../images/hills.svg");
} }
&.footer { &.footer {
background-image: url("../images/hills-footer.svg");
} }
} }
@ -397,16 +395,13 @@ $homepage-block-smaller-min-height: 360px;
z-index: -9000; z-index: -9000;
&.main { &.main {
background-image: url("../images/homepage-clouds-bottom.svg");
} }
&.ftr { &.ftr {
background-image: url("../images/homepage-clouds-bottom.svg");
opacity: 0.1; opacity: 0.1;
} }
&.hdr { &.hdr {
background-image: url("../images/homepage-clouds-bottom.svg");
background-position: top; background-position: top;
opacity: 0.6; opacity: 0.6;
} }
@ -460,23 +455,11 @@ $homepage-block-smaller-min-height: 360px;
.website-background { .website-background {
/*background-image: url("../images/website-background.svg");*/ /*background-image: url("../images/website-background.svg");*/
background-color: $logo-sky-blue;
} }
.mystic-background {
background-image: url("../images/mystic-marquee.jpg");
}
.djangogirls-background {
background-image: url("../images/django-girls-2014.jpg");
}
.homepage-header-background { .homepage-header-background {
background-image: url("../images/homepage-header-background.svg");
} }
.sponsor-list a img { .sponsor-list a img {
width: 100%; width: 100%;
max-width: 300px; max-width: 300px;

View file

@ -1,13 +1,12 @@
/* COLORS */ /* COLORS */
// Used by links, buttons, and other background bits. // Used by links, buttons, and other background bits.
$brand-primary: darken(rgb(0, 202, 10), 20%); $brand-primary: rgb(87, 118, 50);
$brand-secondary: #afe478;
$logo-sky-blue: #449fe8;
//$background-filter: hsla(207, 60%, 85%, 1.0); //$background-filter: hsla(207, 60%, 85%, 1.0);
$background-filter: $logo-sky-blue; $background-filter: $brand-secondary;
$background-filter-transparent: change-color($background-filter, $alpha: 0.5); $background-filter-transparent: change-color($background-filter, $alpha: 0.5);
$logo-sky-blue: $brand-secondary;
/* TEXT */ /* TEXT */
$font-family-sans-serif: 'Montserrat', Arial, sans-serif; $font-family-sans-serif: 'Montserrat', Arial, sans-serif;