Browse Source

more "familiar" styling

TheBaum123 1 year ago
parent
commit
b3c0d7e98d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      styles/preferences/main.css

+ 2 - 2
styles/preferences/main.css

@@ -46,8 +46,8 @@ select {
     color: var(--text-color);
     color: var(--text-color);
     background-color: var(--background-color);
     background-color: var(--background-color);
     text-align: center;
     text-align: center;
-    border-radius: 100vh;
-    border: 2px var(--text-color) solid;
+    border-radius: 5px;
+    border: 2px var(--highlight-color) solid;
 }
 }
 
 
 input[type="text"] {
 input[type="text"] {