Move gradient to where we can use variables; set colors based on original logo
This commit is contained in:
parent
3485f31353
commit
360a8b917e
3 changed files with 16 additions and 12 deletions
|
@ -3,6 +3,8 @@
|
|||
// Set brand colors.
|
||||
$blue: #4391E0;
|
||||
$red: #a70c20;
|
||||
$light-green: #65AB1F;
|
||||
$green: #478D00;
|
||||
|
||||
// Update Bulma's global variables.
|
||||
$primary: $blue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue