Skip to content

Commit

Permalink
change black text to white
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 28, 2024
1 parent 9d781f3 commit 11028da
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
14 changes: 13 additions & 1 deletion game/static/game/css/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,19 @@
}

#tabs #blockly_tab span,
#tabs #python_tab span {
#tabs #python_tab span,
#tabs #language_tab select {
color: white;
}

#language_dropdown {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='white'><polygon points='0,0 7,0 3.5,5'/></svg>") 96% 60% no-repeat;
}

option {
color: black;
}

Expand Down
2 changes: 1 addition & 1 deletion game/static/game/image/icons/blockly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions game/static/game/image/icons/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions game/static/game/image/icons/white_arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11028da

Please sign in to comment.