woletee commited on
Commit ·
9e5c0c6
1
Parent(s): 1f09a89
this is adding more styling
Browse files- static/styles.css +9 -2
static/styles.css
CHANGED
|
@@ -48,10 +48,17 @@ select {
|
|
| 48 |
padding: 10px 15px;
|
| 49 |
border-radius: 8px;
|
| 50 |
border: 1px solid #555;
|
| 51 |
-
background-color:
|
| 52 |
-
color:
|
| 53 |
min-width: 300px; /* Wider dropdown */
|
| 54 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
/* ARC Color Mapping: You can customize these */
|
|
|
|
| 48 |
padding: 10px 15px;
|
| 49 |
border-radius: 8px;
|
| 50 |
border: 1px solid #555;
|
| 51 |
+
background-color: black; /* White background */
|
| 52 |
+
color: white; /* Black text */
|
| 53 |
min-width: 300px; /* Wider dropdown */
|
| 54 |
}
|
| 55 |
+
button{
|
| 56 |
+
font-size: 1.1em;
|
| 57 |
+
border-radius: 8px;
|
| 58 |
+
border:1px solid #555;
|
| 59 |
+
background-color: black;
|
| 60 |
+
color: white;
|
| 61 |
+
}
|
| 62 |
|
| 63 |
|
| 64 |
/* ARC Color Mapping: You can customize these */
|