Files
web/scss/bootstrap.scss
2026-01-24 17:29:05 -05:00

27 lines
443 B
SCSS

/******* Customized Bootstrap ********/
$primary: #B9394F;
$light: #FFFFFF;
$dark: #303E4B;
$font-family-base: 'Open Sans', sans-serif;
$headings-font-family: 'Roboto', sans-serif;
$body-color: #9B9B9B;
$headings-color: $dark;
$headings-font-weight: 700;
$display-font-weight: 900;
$enable-responsive-font-sizes: true;
$border-radius: 8px;
$link-decoration: none;
$enable-negative-margins: true;
@import "bootstrap/scss/bootstrap";