diff --git a/web-svelte/src/components/modals/ColourChoice.svelte b/web-svelte/src/components/modals/ColourChoice.svelte index 2e6c7bd..43cea05 100644 --- a/web-svelte/src/components/modals/ColourChoice.svelte +++ b/web-svelte/src/components/modals/ColourChoice.svelte @@ -172,6 +172,22 @@ h3 { margin-bottom: 5px; } +select { + border-radius: 5px; + background: black; + color: white; + outline: none; + border-width: 2px; + border-style: solid; + border-color: transparent; + padding: 5px 7px; + width: 90%; + + &:focus { + border-color: #00aa00; + } +} + .spaceship-icon { /* Smaller version: 55px