From 11028dad52ef15b9796c0b7a5eab1c2304602734 Mon Sep 17 00:00:00 2001 From: Eve Martin Date: Wed, 28 Aug 2024 16:06:15 +0000 Subject: [PATCH] change black text to white --- game/static/game/css/game.css | 14 +++++++++++++- game/static/game/image/icons/blockly.svg | 2 +- game/static/game/image/icons/python.svg | 8 ++++---- game/static/game/image/icons/white_arrow.svg | 12 ++++++++++++ 4 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 game/static/game/image/icons/white_arrow.svg diff --git a/game/static/game/css/game.css b/game/static/game/css/game.css index 36b34ec7a..9808325ea 100644 --- a/game/static/game/css/game.css +++ b/game/static/game/css/game.css @@ -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,") 96% 60% no-repeat; +} + +option { color: black; } diff --git a/game/static/game/image/icons/blockly.svg b/game/static/game/image/icons/blockly.svg index 803bfc61f..f25244264 100644 --- a/game/static/game/image/icons/blockly.svg +++ b/game/static/game/image/icons/blockly.svg @@ -1,3 +1,3 @@ - + diff --git a/game/static/game/image/icons/python.svg b/game/static/game/image/icons/python.svg index 79a7000ea..07df24b6b 100644 --- a/game/static/game/image/icons/python.svg +++ b/game/static/game/image/icons/python.svg @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/game/static/game/image/icons/white_arrow.svg b/game/static/game/image/icons/white_arrow.svg new file mode 100644 index 000000000..84f6bf357 --- /dev/null +++ b/game/static/game/image/icons/white_arrow.svg @@ -0,0 +1,12 @@ + + + + + + + + +