1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

dark mode fixes

This commit is contained in:
chomik
2019-06-01 23:50:20 +02:00
parent fe6e169303
commit 0fccbb1c0e
9 changed files with 23 additions and 15 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
.table {
color: inherit;
thead {
th {
border-width: $table-border-width;
background: $gray-100;
background: $min-black;
text-transform: uppercase;
font-size: $h6-font-size;
font-weight: 600;