Update static/style.css
Browse files- static/style.css +19 -0
static/style.css
CHANGED
|
@@ -94,3 +94,22 @@ button:hover {
|
|
| 94 |
font-weight: 600;
|
| 95 |
cursor: pointer;
|
| 96 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
font-weight: 600;
|
| 95 |
cursor: pointer;
|
| 96 |
}
|
| 97 |
+
|
| 98 |
+
/* Footer (Credits) */
|
| 99 |
+
footer {
|
| 100 |
+
margin-top: 1rem;
|
| 101 |
+
padding-top: 1rem;
|
| 102 |
+
font-size: 0.875rem;
|
| 103 |
+
color: var(--fg1);
|
| 104 |
+
opacity: 0.7;
|
| 105 |
+
}
|
| 106 |
+
|
| 107 |
+
/* Improve spacing under chat form */
|
| 108 |
+
form#chatForm {
|
| 109 |
+
margin-bottom: 0.5rem;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
/* Improve padding inside the options dropdown */
|
| 113 |
+
.options div {
|
| 114 |
+
padding: 0.5rem 0.75rem;
|
| 115 |
+
}
|