mirror of
https://github.com/prymitive/karma
synced 2026-05-17 04:16:42 +00:00
fix(ui): fix table bg color
This commit is contained in:
committed by
Łukasz Mierzwa
parent
3ad9eef277
commit
5ed6101dfb
@@ -68,6 +68,9 @@ $accordion-bg: $gray-800;
|
||||
$accordion-button-bg: $gray-700;
|
||||
$accordion-button-active-bg: $gray-700;
|
||||
|
||||
$table-bg: transparent;
|
||||
$table-accent-bg: transparent;
|
||||
|
||||
@import "./RebootlessBootstrap";
|
||||
@import "bootswatch/dist/darkly/bootswatch";
|
||||
|
||||
|
||||
@@ -49,6 +49,9 @@ $accordion-active-bg: $gray-100;
|
||||
$accordion-button-bg: $gray-100;
|
||||
$accordion-button-active-bg: $gray-100;
|
||||
|
||||
$table-bg: transparent;
|
||||
$table-accent-bg: transparent;
|
||||
|
||||
@import "./RebootlessBootstrap";
|
||||
@import "bootswatch/dist/flatly/bootswatch";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user