Files
felixfoertsch.de/Content/Archive/220123-ff.de v10 felixfoertsch.github.io/_sass/custom-bootstrap.scss
T

24 lines
706 B
SCSS

// Settings
$enable-gradients: false;
$enable-shadows: true;
// Colors
$primary: $macOS-systemPurple-dark;
$secondary: $macOS-unemphasizedSelectedContentBackgroundColor-dark;
$success: $macOS-systemGreen-dark;
$info: $macOS-systemTeal-dark;
$warning: $macOS-systemOrange-dark;
$danger: $macOS-systemRed-dark;
$light: $macOS-labelColor-dark;
$dark: $macOS-controlBackground-dark;
$body-bg: $macOS-windowBackgroundColor-dark;
$body-color: $macOS-textColor-dark;
$component-active-color: $macOS-textColor-dark;
$component-active-bg: $primary;
// Display
$display-font-weight: 600;