File diff a6d0e30f3ba2 → abebad0ef7f1
static/scss/variables.scss
Show inline comments
 
/* COLORS */
 
// Used by links, buttons, and other background bits.
 
$brand-primary: #1f6400;
 
$brand-primary: darken(rgb(0, 202, 10), 20%);
 
$background-filter: hsla(207, 60%, 85%, 1.0);
 
$background-filter-transparent: change-color($background-filter, $alpha: 0.5);