website/static/src/scss/_bulma_overrides.scss

23 lines
601 B
SCSS
Raw Normal View History

@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-08-03 21:22:11 +01:00
$dropdown-content-radius: 0;
$dropdown-content-offset: 0;
2022-07-20 21:42:08 +01:00
$primary: #e85537;
$link: $primary;
$dark: #17181c;
2022-07-05 09:03:45 +01:00
2022-08-03 21:22:11 +01:00
// Navbar overrides
$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;
2022-08-03 21:22:11 +01:00
$code-padding: 0;
2022-07-05 09:03:45 +01:00
$code: inherit;