Make our gren the primary Bulma color, although no effect is seen
This commit is contained in:
parent
360a8b917e
commit
d31369dffa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $light-green: #65AB1F;
|
||||||
$green: #478D00;
|
$green: #478D00;
|
||||||
|
|
||||||
// Update Bulma's global variables.
|
// Update Bulma's global variables.
|
||||||
$primary: $blue;
|
$primary: $green;
|
||||||
|
|
||||||
// Import each part of Bulma separately so we can layer in our styles.
|
// Import each part of Bulma separately so we can layer in our styles.
|
||||||
// Extend or override Bulam's base styles in this themes base.scss etc.
|
// Extend or override Bulam's base styles in this themes base.scss etc.
|
||||||
|
|
Loading…
Add table
Reference in a new issue