2022-06-26 16:54:46 +01:00
|
|
|
@use "bulma/sass/utilities/initial-variables" as *;
|
|
|
|
|
|
|
|
$container-max-width: $widescreen;
|
2022-06-27 23:29:55 +01:00
|
|
|
$pre-background: unset;
|
2022-07-04 20:36:19 +01:00
|
|
|
$family-code: "Fira Code", monospace;
|
2022-07-04 22:17:46 +01:00
|
|
|
$dropdown-content-radius: 0px;
|
|
|
|
$dropdown-content-offset: 0px;
|
2022-07-20 21:42:08 +01:00
|
|
|
$primary: #e85537;
|
|
|
|
$link: $primary;
|
|
|
|
$dark: #17181c;
|
2022-07-05 09:03:45 +01:00
|
|
|
|
2022-07-20 21:54:09 +01:00
|
|
|
$navbar-item-color: $grey-light;
|
|
|
|
$navbar-background-color: $dark;
|
|
|
|
$navbar-item-hover-color: $grey-lighter;
|
|
|
|
$navbar-item-hover-background-color: $navbar-background-color;
|
|
|
|
$navbar-colors: (); // Disable other variants to keep the size down
|
|
|
|
|
2022-07-05 09:03:45 +01:00
|
|
|
$code-background: none;
|
|
|
|
$pre-background: none;
|
|
|
|
$code-padding: 0px;
|
|
|
|
$code: inherit;
|