Skip to content

Commit 74b7a1e

Browse files
authored
Merge pull request #884 from MaterArc/patch-2
Color Fixes
2 parents f5ac4c4 + fd11168 commit 74b7a1e

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)