boxes/_sass/_overrides.scss
Thomas Jensen c049484e4c
Update website design
- Updated frameworks for better browser support
- Improved responsive design
- Versioned documentation
- Better social media support via the Jekyll SEO plugin
- New looks, fwiw
- Start page has some more relevant info
- Documentation sorted to be more easily accessible
- Internally upgraded from plain CSS to SASS
2021-05-26 21:13:21 +02:00

37 lines
1.1 KiB
SCSS

/* Values changed from their bootstrap / bootswatch values */
/* Colors from the "merlot" theme */
$body-color: #473e38;
$body-bg: #ece4d8;
$text-muted: #8b786f;
$headings-color: #7c334f;
$link-color: #417090 !default;
$light: #fff6e9 !default;
$pagination-bg: #fff6e9;
$pagination-disabled-bg: #fff6e9;
$input-bg: #fff6e9 !default;
$table-accent-bg: rgba($light, 0.5);
$dropdown-bg: $light;
$dropdown-link-color: $body-color;
$dropdown-divider-bg: rgba(#000, .125); /* $card-border-color */
$nav-divider-color: rgba(#000, .125); /* $card-border-color */
$primary: #417090 !default;
/* slightly more compact cards, which we use in the what's new page only */
$card-spacer-y: .5rem !default;
$card-spacer-x: 1rem !default;
/* color of the carousel controls on the title page */
$carousel-control-color: #343a40 !default; /* $body-color */
$carousel-indicator-active-bg: #343a40 !default; /* $body-color */
$carousel-caption-color: #343a40 !default; /* $body-color */
/*
* Additional spacer stages
*/
$spacers: (
6: (1rem * 5) /* $spacer is 1rem */
);