Skip to content

Commit fd11168

Browse files
authored
Color Fixes
Resolves #556
1 parent 789ce2e commit fd11168

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

features/original-colors/scratch-www.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,4 +556,12 @@ input[class^="input_input-form_"]:focus {
556556

557557
.scratchtoolsTag {
558558
background-color: var(--ste-blue) !important;
559-
}
559+
}
560+
561+
.studio-info .studio-info-footer-report button:hover {
562+
background-color: var(--ste-blue) !important;
563+
}
564+
565+
.studio-status-icon-unselected {
566+
background-color: var(--ste-blue) !important;
567+
}

0 commit comments

Comments
 (0)