Skip to content

Commit 0dcadea

Browse files
committed
Fix color precedence in dark mode canvas background
1 parent bbc7918 commit 0dcadea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

css/activities.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,6 @@ table {
636636

637637
#canvas {
638638
overflow-y: visible;
639-
background-color: #FFFFFF;
640-
width: 100%;
641639
}
642640

643641
#statusDiv {

css/themes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626

2727
.dark #canvas {
28-
background-color: #1c1c1c;
28+
background-color: #1c1c1c !important;
2929
}
3030

3131
.dark .blue.darken-1 {

0 commit comments

Comments
 (0)