color variables rehomed

This commit is contained in:
spongycake 2022-02-02 01:03:12 +00:00
parent ba3b418462
commit 89daaca73b
1 changed files with 0 additions and 26 deletions

View File

@ -8,38 +8,12 @@ $gutter: 30px;
$gutter-half: $gutter / 2;
// colours
$darkgray: #000000;
$white: #fff !default;
$blue: #4fbad5 !default;
$orange: #ff8f23 !default;
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #6c757d !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #212529 !default;
$dark-gray: #1c1b22 !default;
$light-blue: lighten($blue, 20%);
$black: #000 !default;
$bg-color: $dark-gray;
$body-color: $gray-300;
$border-radius: 12px;
$headings-color:$gray-300;
// fonts
$font-family-sans-serif: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
$font-size-base: 1rem * 1.25 !default;
$headings-font-family: $font-family-sans-serif;
$headings-margin-bottom: 5px;