mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
correct comment to identify yellow as Events, not Control
This commit is contained in:
parent
18fd960a6a
commit
8a35ec4a21
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ $ui-aqua: hsla(163, 85, 40, 1); // #0FBD8C Extension Primary
|
|||
$ui-purple: hsla(260, 100, 70, 1); // #9966FF Looks Primary
|
||||
$ui-purple-dark: hsla(260, 60, 60, 1); // #774DCB Looks Secondary
|
||||
|
||||
$ui-yellow: hsla(45, 100, 50, 1); // #FFBF00 Control Primary
|
||||
$ui-yellow: hsla(45, 100, 50, 1); // #FFBF00 Events Primary
|
||||
$ui-coral: hsla(350, 100, 70, 1); // #FF6680 More Blocks Primary
|
||||
$ui-coral-dark: hsla(350, 100, 60, 1); // #FF3355 More Blocks tertiary
|
||||
|
||||
|
|
Loading…
Reference in a new issue