Update mystyles.scss
This commit is contained in:
parent
8a7d13f5b4
commit
0dd7ea7f41
1 changed files with 3 additions and 2 deletions
|
@ -6,9 +6,10 @@
|
|||
// Set your brand colors
|
||||
$lime:#00fdbe;
|
||||
$purple: #a45e8d;
|
||||
$pink: #FA7C91;
|
||||
$pink: #F5A9B8;
|
||||
$beige-light: #eaeaea;
|
||||
$purple-dark: #332e33;
|
||||
$off-black: #111111;
|
||||
|
||||
// Update Bulma's global variables
|
||||
$family-sans-serif: "Nunito", sans-serif;
|
||||
|
@ -31,7 +32,7 @@ $title-color: $lime;
|
|||
$input-color: $link;
|
||||
$primary: $lime;
|
||||
$text-strong: $grey-light;
|
||||
$navbar-background-color: $lime;
|
||||
$navbar-background-color: $off-black;
|
||||
$navbar-item-color: $grey-dark;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue