Changeset - 810ecaf3d425
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2018-10-10 20:07:22
brettcsmith@brettcsmith.org
css: CopyleftConf colors over Conservancy colors.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
static/scss/variables.scss
Show inline comments
 
/* COLORS */
 
// Used by links, buttons, and other background bits.
 
$brand-primary: rgb(87, 118, 50);
 
$brand-secondary: #afe478;
 
$brand-primary: #5cc9c9;  // CopyleftConf cyan
 
$brand-secondary: #ffe6cc;  // footer peach
 

	
 
//$background-filter: hsla(207, 60%, 85%, 1.0);
 
$background-filter: $brand-secondary;
 
$background-filter-transparent: change-color($background-filter, $alpha: 0.5);
 
$logo-sky-blue: $brand-secondary;
 

	
 
/* TEXT */
 
@font-face {
 
    font-family: AbyssinicaSILW;
 
    src: url(/static/fonts/AbyssinicaSIL-R.woff) format("woff");
 
}
 

	
 
@font-face {
 
    font-family: ChunkFivePrint;
 
    src: url(/static/fonts/ChunkFivePrint.otf) format("opentype");
 
}
 

	
 
$font-family-sans-serif:  'Montserrat', "Liberation Sans", Arial, sans-serif;
 
$font-family-serif:       AbyssinicaSILW, "Liberation Serif", "Times New Roman", Times, serif;
 
$font-family-monospace:   "Liberation Mono", "Courier New", monospace;
 
$font-family-base: $font-family-serif;
 
$font-size-base:          16px;
 
$headings-line-height: 1.0;
 
$text-color: #000;
0 comments (0 inline, 0 general)