Change editing area background to work better with light mode

This commit is contained in:
Isaiah Odhner 2023-04-12 15:30:40 -04:00
parent 4fa7784651
commit b0554a6662

View File

@ -27,7 +27,8 @@ Screen {
}
#editing-area {
background: $surface-lighten-3;
/* background: $surface-lighten-3; */
background: $background;
}
#canvas {