Skip to content

Commit 7a32953

Browse files
authored
Fix Plain-Background
Fix plain background feature interfering with the Scratch Addon's `Editor dark mode and customizable colors` Bug: <img width="1438" alt="Screenshot 2024-07-01 at 9 19 02 AM" src="https://github.com/MaterArc/ScratchTools/assets/105017592/f3a448d0-1a63-4078-b502-f6b275188084"> Fix: <img width="1436" alt="Screenshot 2024-07-01 at 9 23 33 AM" src="https://github.com/MaterArc/ScratchTools/assets/105017592/14a2a5f4-4a2a-48f3-a4db-fbc2d377c956"> _Resolves #756_
1 parent 789ce2e commit 7a32953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.blocklyMainBackground {
2-
fill: white !important;
2+
fill: transparent !important;
33
}

0 commit comments

Comments
 (0)