mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
14 lines
336 B
SCSS
14 lines
336 B
SCSS
|
// Update Bulma's global variables
|
||
|
$family-sans-serif: 'Nunito', sans-serif;
|
||
|
|
||
|
$primary: $dark-lavender;
|
||
|
$link: $wisteria;
|
||
|
$widescreen-enabled: false;
|
||
|
$fullhd-enabled: false;
|
||
|
|
||
|
// Update some of Bulma's component variables
|
||
|
$body-background-color: $black;
|
||
|
$control-border-width: 2px;
|
||
|
$input-border-color: transparent;
|
||
|
$input-shadow: none;
|