diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index a9f7833d..7104275a 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -127,6 +127,10 @@ display: block; background: var(--main-bg-color); } +/* Settings - tables */ +.table { + background: var(--main-bg-color) !important; + } /* iframe sandbox */ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #ffffff; diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 9b620206..093a686b 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -127,6 +127,10 @@ display: block; background: var(--main-bg-color); } +/* Settings - tables */ + .table { + background: var(--main-bg-color) !important; + } /* iframe sandbox */ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #ffffff;