Skip to content

Border on the blocks by oeildelynx

Screenshot of Border on the blocks

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

This extension adds a border for each blocks of the scratch editor.

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);
}
}

Reviews

No reviews yet.