aaa
scratchprubea123.mit.edu by Elbenja17911
Details
AuthorElbenja17911
LicenseNo License
Categoryaaa
Created
Updated
Size692 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name scratch.mit.edu
@version 20240806.18.23
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://scratch.mit.edu") {
/* Cambia el fondo del editor a blanco */
.stage {
background-color: white !important;
}
/* Cambia el fondo de los bloques a negro */
.blockly-block {
background-color: black !important;
color: white !important;
}
/* Cambia el fondo del área de trabajo a blanco */
.blocklyWorkspace {
background-color: white !important;
}
/* Cambia los colores de texto y otros elementos */
.blocklyText {
color: black !important;
}
.blocklyBubble {
background-color: black !important;
color: white !important;
}
}