style: styled protocol selector

This commit is contained in:
httpjamesm
2024-06-11 01:41:12 -04:00
parent 21c2f61dc8
commit 8d0348bc71
+9
View File
@@ -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;
}