Skip to content

Commit

Permalink
Fix unreadable field text inputs in dark mode in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 16, 2024
1 parent ffb7ec8 commit dd59330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ Blockly.Css.CONTENT = [
'color: $colour_textFieldText;',
'background-color: $colour_textField;',
'font-weight: 500;',
'color-scheme: light;',
'}',

'.blocklyMainBackground {',
Expand Down

0 comments on commit dd59330

Please sign in to comment.