X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fbootstrap.scss;h=e80df7cee808c02df2530d0f17e86949d39fe041;hb=3e970c52e6a46cf9db4f69c5bec9102da53c0744;hp=c52f144c859ead249ac643724b82967541e3bca1;hpb=a58382451a425ebb828ee27c348013de5d4aca67;p=alttp.git diff --git a/resources/sass/bootstrap.scss b/resources/sass/bootstrap.scss index c52f144..e80df7c 100644 --- a/resources/sass/bootstrap.scss +++ b/resources/sass/bootstrap.scss @@ -3,6 +3,30 @@ @import "~bootstrap/scss/variables"; @import "~bootstrap/scss/mixins"; +$body-bg: $gray-800; +$body-color: $gray-200; + +$input-bg: $body-bg; +$input-color: $body-color; +$input-disabled-bg: $gray-700 !default; +$input-focus-bg: $input-bg; +$input-focus-color: $input-color; +$form-select-bg: $input-bg; +$form-select-color: $input-color; +$form-select-indicator-color: $input-color; +$form-select-indicator: url("data:image/svg+xml,"); + +$list-group-color: $body-color; +$list-group-bg: $body-bg; +$list-group-hover-bg: $gray-700; +$list-group-action-color: $body-color; +$list-group-action-hover-color: $body-color; + +$modal-content-bg: $body-bg; + +$table-color: $body-color; +$table-striped-color: $table-color; + $theme-colors: map-merge($theme-colors, $custom-colors); @import '~bootstrap/scss/bootstrap';