From 10645bd4f26889c51a8fd7f7fb644dcc670a19ac Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Tue, 27 Jul 2021 16:25:14 -0700 Subject: [PATCH] update some colors --- src/styles/_bootstrap-theme.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/_bootstrap-theme.scss b/src/styles/_bootstrap-theme.scss index 7052fe32..275bc6e7 100644 --- a/src/styles/_bootstrap-theme.scss +++ b/src/styles/_bootstrap-theme.scss @@ -2,13 +2,13 @@ // Colors $light: #7d81a5 !default; -$dark: #2b2e43 !default; +$dark: #212529 !default; $muted: #7d7f8c !default; -$danger: #fa5455 !default; +$danger: #ad1035 !default; $warning: #ffc107 !default; -$secondary: #3a3d5a !default; +$secondary: #363c42 !default; $info: #794bc4 !default; -$primary: #0073ff !default; +$primary: #000 !default; $white: #fff !default; $black: #0b0b18 !default;