Skip to content

Commit 7651f2d

Browse files
committed
fix a couple mistakes of the new adjustments of KindaDark theme
1 parent cfd6b84 commit 7651f2d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Assets/css/themes/KindaDark.css

+1-8
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ a .fa {
7878
color: #222427;
7979
}
8080
.board-column-title .fa {
81-
color: #fff;
81+
color: #222427;
8282
}
8383
.task-board a {
8484
color: #222427;
@@ -477,13 +477,6 @@ select {
477477
background-color: #2c52e3;
478478
color: #fff;
479479
}
480-
.board-swimlane-columns-1 th {
481-
border: solid 0.3em #fff;
482-
}
483-
.board-swimlane-columns-1 * {
484-
background-color: #222427;
485-
color: #fff;
486-
}
487480
.board-column-header-task-count {
488481
display: none;
489482
}

0 commit comments

Comments
 (0)