diff --git a/public/themes/default-dark/src/dark.css b/public/themes/default-dark/src/dark.css index 3e12fcc07..c9347beb7 100644 --- a/public/themes/default-dark/src/dark.css +++ b/public/themes/default-dark/src/dark.css @@ -147,6 +147,11 @@ background-color: #1D1F23 !important; } +.table, .table-striped tr { + color: #B7B8B9 !important; + border-color: #3E4452 !important; +} + .bb-sticker ul { background-color: #1D1F23 !important; border: 1px solid #35373f !important; @@ -284,10 +289,6 @@ color: #FFF; } -.media-file { - background-color: #1D1F23 !important; -} - .performance { background-color: #1D1F23; color: #B7B8B9;