From 8d0348bc71d154e84c59b86bee9f662b9e08a20f Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 11 Jun 2024 01:41:12 -0400 Subject: [PATCH] style: styled protocol selector --- src/styles/globals.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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