File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
apps/remix-ide/src/assets/css/themes Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5596,14 +5596,14 @@ textarea.form-control-lg {
55965596 --bs-toast-spacing : 1.5rem ;
55975597 --bs-toast-max-width : 350px ;
55985598 --bs-toast-font-size : 0.875rem ;
5599- --bs-toast-color : ;
5600- --bs-toast-bg : # 444 ;
5599+ --bs-toast-color : var ( --bs-body-color ) ;
5600+ --bs-toast-bg : var ( --bs-light ) ;
56015601 --bs-toast-border-width : var (--bs-border-width );
56025602 --bs-toast-border-color : var (--bs-border-color-translucent );
56035603 --bs-toast-border-radius : var (--bs-border-radius );
56045604 --bs-toast-box-shadow : var (--bs-box-shadow );
56055605 --bs-toast-header-color : var (--bs-secondary-color );
5606- --bs-toast-header-bg : # 303030 ;
5606+ --bs-toast-header-bg : var ( --bs-body-bg ) ;
56075607 --bs-toast-header-border-color : var (--bs-border-color-translucent );
56085608 width : var (--bs-toast-max-width );
56095609 max-width : 100% ;
Original file line number Diff line number Diff line change @@ -5598,14 +5598,14 @@ textarea.form-control-lg {
55985598 --bs-toast-spacing : 1.5rem ;
55995599 --bs-toast-max-width : 350px ;
56005600 --bs-toast-font-size : 0.875rem ;
5601- --bs-toast-color : ;
5602- --bs-toast-bg : rgba ( var (--bs-body-bg-rgb ) , 0.85 );
5601+ --bs-toast-color : var ( --bs-body-color ) ;
5602+ --bs-toast-bg : var (--bs-light );
56035603 --bs-toast-border-width : var (--bs-border-width );
56045604 --bs-toast-border-color : var (--bs-border-color-translucent );
56055605 --bs-toast-border-radius : var (--bs-border-radius );
56065606 --bs-toast-box-shadow : var (--bs-box-shadow );
56075607 --bs-toast-header-color : var (--bs-secondary-color );
5608- --bs-toast-header-bg : rgba ( var (--bs-body-bg-rgb ) , 0.85 );
5608+ --bs-toast-header-bg : var (--bs-body-bg );
56095609 --bs-toast-header-border-color : var (--bs-border-color-translucent );
56105610 width : var (--bs-toast-max-width );
56115611 max-width : 100% ;
You can’t perform that action at this time.
0 commit comments