Update bulma, adjust font

This commit is contained in:
2023-11-06 17:07:51 +00:00
parent 6b590b28a2
commit 26950a7bd4
79 changed files with 1146 additions and 958 deletions

View File

@@ -7,7 +7,7 @@
}
// Hackspace Branding
$family-sans-serif: "Roboto", sans-serif;
//$family-sans-serif: "Roboto", sans-serif;
$primary: #d41246;
$accent: #fbf3ee;
$link: $primary;
@@ -18,11 +18,11 @@ $navbar-background-color: black;
$navbar-burger-color: white;
$footer-background-color: black;
$footer-link-color: #e2e2e2;
$button-padding-vertical: calc(0.5em) !default;
$body-font-size: 1.375em;
$body-line-height: 1.636em;
$subtitle-font-size:$body-font-size!important;
$subtitle-line-height:$body-line-height;
//$button-padding-vertical: calc(0.5em) !default;
$body-font-size: 1.25em;
//$body-line-height: 1.636em;
//$subtitle-font-size:$body-font-size!important;
//$subtitle-line-height:$body-line-height;
// Import Bulmas styles
@import "bulma.sass";