Skip to content

Commit 2db3b2b

Browse files
authored
fix: Point to themes codelab (#2649)
1 parent 75d7564 commit 2db3b2b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

codelabs/css/css.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1924
A simple Blockly workspace that uses the same Halloween colours as the
@@ -489,7 +494,7 @@ several steps.
489494
Your first step is to set the `fill` and `stroke` of the logic blocks.
490495

491496
Note 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)
493498
you are using. (In this codelab, you are using the Thrasos renderer.) An
494499
important consequence of this is that you need different CSS for different
495500
renderers.

0 commit comments

Comments
 (0)