Skip to content

Commit

Permalink
Merge branch 'develop' into develop-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 10, 2024
2 parents be61498 + 7e7aff5 commit 7fbc394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions core/colours.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Blockly.Colours = {
"toolboxHover": "#4C97FF",
"toolboxSelected": "#e9eef2",
"toolboxText": "#575E75",
"blackText": "#575E75",
"toolbox": "#FFFFFF",
"flyout": "#F9F9F9",
"scrollbar": "#CECDCE",
Expand Down
4 changes: 2 additions & 2 deletions core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ Blockly.Css.CONTENT = [
'.scratchColourPickerLabel {',
'font-family: "Helvetica Neue", Helvetica, sans-serif;',
'font-size: 0.65rem;',
'color: $colour_toolboxText;',
'color: $colour_blackText;',
'margin: 8px;',
'}',

Expand All @@ -1015,7 +1015,7 @@ Blockly.Css.CONTENT = [
'.scratchNotePickerKeyLabel {',
'font-family: "Helvetica Neue", Helvetica, sans-serif;',
'font-size: 0.75rem;',
'fill: $colour_textFieldText;',
'fill: $colour_blackText;',
'pointer-events: none;',
'}',

Expand Down

0 comments on commit 7fbc394

Please sign in to comment.