57 lines
1.3 KiB
SCSS
57 lines
1.3 KiB
SCSS
@use "bulma/sass/utilities/initial-variables" as iv with (
|
|
$black: #0f0f0f,
|
|
$grey-darker: #11151c,
|
|
$grey-light: #dddddd,
|
|
$white: #ffffff,
|
|
|
|
$orange: #d26937,
|
|
$yellow: #b58900,
|
|
$green: #2aa889,
|
|
$cyan: #99d1ce,
|
|
$blue: #195466,
|
|
$red: #dc322f,
|
|
);
|
|
|
|
iv.$family-sans-serif: "Nunito", iv.$family-sans-serif;
|
|
iv.$family-monospace: "Hack", iv.$family-monospace;
|
|
|
|
@forward "bulma/sass/utilities/functions";
|
|
@use "bulma/sass/utilities/derived-variables" with (
|
|
$link: iv.$cyan,
|
|
$primary: iv.$cyan,
|
|
);
|
|
@forward "bulma/sass/utilities/controls";
|
|
|
|
@forward "bulma/sass/form";
|
|
|
|
@forward "bulma/sass/base" with (
|
|
$body-background-color: iv.$black,
|
|
$body-color: iv.$grey-light,
|
|
|
|
$hr-background-color: iv.$grey-light,
|
|
$hr-height: 1px,
|
|
);
|
|
@forward "bulma/sass/themes";
|
|
|
|
@forward "bulma/sass/elements/button";
|
|
@use "bulma/sass/elements/content" with (
|
|
$content-heading-weight: iv.$weight-semibold,
|
|
);
|
|
@use "bulma/sass/elements/notification";
|
|
@use "bulma/sass/elements/delete";
|
|
|
|
@use "bulma/sass/elements/title" with (
|
|
$title-color: iv.$cyan,
|
|
);
|
|
|
|
@forward "bulma/sass/grid/columns";
|
|
|
|
@forward "bulma/sass/helpers/typography";
|
|
@forward "bulma/sass/helpers/color";
|
|
|
|
@forward "bulma/sass/layout/container";
|
|
@forward "bulma/sass/layout/section";
|
|
|
|
@forward "bulma/sass/components/navbar" with (
|
|
$navbar-burger-color: iv.$grey-light,
|
|
);
|