File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ In this codelab you will learn how to use CSS to customize the colours of:
1414- Categories
1515- Blocks
1616
17+ If you don't need the fine-grained control provided by CSS, consider using
18+ themes instead. For more information, see the
19+ [ Customizing your themes] ( https://blocklycodelabs.dev/codelabs/theme-extension-identifier/index.html#0 )
20+ codelab.
21+
1722### What you'll build
1823
1924A simple Blockly workspace that uses the same Halloween colours as the
@@ -489,7 +494,7 @@ several steps.
489494Your first step is to set the ` fill ` and ` stroke ` of the logic blocks.
490495
491496Note that setting the ` fill ` and ` stroke ` is specific to the
492- [ renderer] ( https://developers.google.com/blockly/guides/create-custom-blocks/renderers/overview ) ,
497+ [ renderer] ( https://developers.google.com/blockly/guides/create-custom-blocks/renderers/overview )
493498you are using. (In this codelab, you are using the Thrasos renderer.) An
494499important consequence of this is that you need different CSS for different
495500renderers.
You can’t perform that action at this time.
0 commit comments