tweak default bootstrap colors

This commit is contained in:
Gamebrary 2020-08-25 16:35:21 -07:00
parent 24e9311296
commit 8c86d2da0a

View file

@ -1,30 +1,11 @@
.theme-default {
--border-radius: 4px;
--body-background: #a5a2a2;
--danger-background: #fa023c;
--danger-text-color: #fff;
--game-card-background: #ffffff;
--game-card-text-color: #333333;
--placeholder-background: #e5e5e5;
--placeholder-accent: #ffffff;
--header-text-color: #222222;
--accent-color: #1dbc60;
--list-background: #e5e5e5;
--list-header-background: #555555;
--list-header-text-color: #ffffff;
--modal-background: #414548;
--modal-text-color: #fff;
--note-color: #ffae42;
--progress-primary-color: #1dbc60;
--progress-secondary-color: #a5a2a2;
--progress-text-color: #333333;
--primary-background: #{darken(#555, 10%)};
--primary-text-color: #ffffff;
--rating-star-color: #ffae42;
--secondary-background: #e5e5e5;
--secondary-text-color: #222222;
--success-background: #1dbc60;
--success-text-color: #ffffff;
--warning-background: #ffae42;
--warning-text-color: #734100;
}
$modal-header-padding: .5rem .5rem .5rem 1rem;
$btn-padding-y: 5px;
$btn-padding-x: 8px;
$body-bg: #f2f1ef;
$body-color: #2e3131;
$primary: #2F8AB7;
$secondary: #EBEAEB;
$success: #3fc380;
$info: #674172;
$warning: #fabe58;
$danger: #db0a5b;