This extension adds a border for each blocks of the scratch editor.
Border on the blocks by oeildelynx
Details
Authoroeildelynx
LicenseNo License
Categoryhttps://scratch.mit.edu/projects/
Created
Updated
Size478 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This is a very simple extension.
Source code
/* ==UserStyle==
@name Border on the blocks
@version 20221215.15.48
@namespace userstyles.world/user/oeildelynx
@description This extension adds a border for each blocks of the scratch editor.
@author oeildelynx
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://scratch.mit.edu/projects/") {
@name = Border on the blocks;
:root {
--border: 3px
}
.blocklyPath {
stroke-width: var(--border);
}
}