Skip to content

Commit 8117c7f

Browse files
authored
Fix color precedence in dark mode canvas background (#4518)
1 parent 8da9db7 commit 8117c7f

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
@@ -718,8 +718,6 @@ table {
718718

719719
#canvas {
720720
overflow-y: visible;
721-
background-color: #FFFFFF;
722-
width: 100%;
723721
}
724722

725723
#statusDiv {

css/themes.css

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

2828
.dark #canvas {
29-
background-color: #1c1c1c;
29+
background-color: #1c1c1c !important;
3030
}
3131

3232
.dark .blue.darken-1 {

0 commit comments

Comments
 (0)