ui: Update scss to avoid color aberation on list-group
This commit is contained in:
parent
adb0e36dd4
commit
5edaf2cf3d
@ -1,25 +1,22 @@
|
||||
// Your variable overrides can go here, e.g.:
|
||||
// $h1-font-size: 3rem;
|
||||
$white: white;
|
||||
$gray-500: #999;
|
||||
$gray-900: #272b30;
|
||||
|
||||
$body-bg: $white;
|
||||
@import "bootswatch/dist/slate/_variables";
|
||||
|
||||
$body-bg: $gray-100;
|
||||
$old-body-bg: $gray-900;
|
||||
|
||||
$dropdown-link-hover-bg: $old-body-bg;
|
||||
$card-bg: lighten($old-body-bg, 5%);
|
||||
$popover-bg: lighten($old-body-bg, 5%);
|
||||
$toast-background-color: lighten($old-body-bg, 5%);
|
||||
$modal-content-bg: lighten($old-body-bg, 5%);
|
||||
$table-bg: lighten($old-body-bg, 5%);
|
||||
$list-group-bg: lighten($old-body-bg, 5%);
|
||||
$list-group-hover-bg: lighten($old-body-bg, 10%);
|
||||
$list-group-action-hover-color: $gray-100;
|
||||
|
||||
$list-group-border-color: rgba($gray-500, .6);
|
||||
|
||||
$enable-print-styles: false;
|
||||
|
||||
@import "bootswatch/dist/slate/_variables";
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
@import "bootswatch/dist/slate/_bootswatch";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user