diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 3a77e76..1995b4e 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -22,4 +22,13 @@ a { text-decoration: underline; filter: brightness(1.2); } +} + +select { + border: 0; + border-radius: 5px; + padding: 0 0.5rem; + background-color: #525262; + color: white; + height: 2rem; } \ No newline at end of file