mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 06:53:11 +00:00
30 lines
1.1 KiB
SCSS
30 lines
1.1 KiB
SCSS
// Bootstrap variables overrides for theme
|
|
$enable-negative-margins: true;
|
|
|
|
// Font awesome variables overrides for theme
|
|
$fa-font-path: "../fonts";
|
|
|
|
// Remove the border from the focused navigation toggler
|
|
$navbar-toggler-focus-width: 0 !default;
|
|
|
|
// scss-docs-start font
|
|
$font-family-sans-serif: $themeFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
|
|
$headings-font-weight: 600 !default;
|
|
$font-weight-lighter: lighter !default;
|
|
$font-weight-light: 200 !default;
|
|
$font-weight-normal: 300 !default;
|
|
$font-weight-bold: 600 !default;
|
|
$font-weight-bolder: bolder !default;
|
|
|
|
strong {
|
|
font-weight: 600 !important;
|
|
}
|
|
// scss-docs-end font
|
|
|
|
$black: #000 !default;
|
|
$btn-toggle-color: $black !default;
|
|
|
|
$carousel-dark-indicator-active-bg: #ffffff !default;
|
|
$carousel-dark-caption-color: #ffffff !default;
|
|
$carousel-dark-control-icon-filter: invert(0) grayscale(100) !default;
|