Skip to content

Commit a81f392

Browse files
committed
Поправил стиили темы dark
1 parent 7a72712 commit a81f392

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

public/themes/default-dark/src/dark.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
background-color: #1D1F23 !important;
148148
}
149149

150+
.table, .table-striped tr {
151+
color: #B7B8B9 !important;
152+
border-color: #3E4452 !important;
153+
}
154+
150155
.bb-sticker ul {
151156
background-color: #1D1F23 !important;
152157
border: 1px solid #35373f !important;
@@ -284,10 +289,6 @@
284289
color: #FFF;
285290
}
286291

287-
.media-file {
288-
background-color: #1D1F23 !important;
289-
}
290-
291292
.performance {
292293
background-color: #1D1F23;
293294
color: #B7B8B9;

0 commit comments

Comments
 (0)