Complete color palette

This commit is contained in:
mDuo13
2020-08-05 15:56:28 -07:00
parent 1fd5789810
commit 37f1b8c62b
6 changed files with 107 additions and 47 deletions

View File

@@ -1,37 +1,6 @@
// Bootstrap-derived SASS. See README.md in this folder for instructions.
// Set theme colors used by Bootstrap styles
$white: #FFF;
$gray-100: #F5F7F9;
$gray-200: #E1E4E8;
$gray-300: #D3D0CF;
$gray-400: #B3B0AF;
$gray-500: #8D8A89;
$gray-600: #676463;
$gray-700: #464443;
$gray-800: #2E2D2C;
$gray-900: #201F1E;
$black: #000;
$primary: #19FF83; // Primary green
$secondary: $gray-600;
$light: $gray-200;
$dark: $black;
$success: #2BCB96; // light green
$info: #5111F4; // deep blue
$warning: #FEFF01; // yellow -- "caution" callout style
$danger: #FF2D9A; // rose -- "warning" callout style
$code-color: $gray-800;
$body-color: $black;
$navbar-light-color: $gray-600;
$body-bg: $light;
$code-color: $gray-800;
$body-color: $gray-500;
$headings-color: $white;
$text-muted: $gray-400;
$breadcrumb-bg: $black;
@import "_colors.scss";
$navbar-padding-y: 0;
$navbar-nav-link-padding-x: 1rem;