aboutsummaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index e34660b..40a93fc 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -9,6 +9,11 @@ body {
margin: 0 auto;
}
+textarea {
+ font-family: "Helvetica Neue", "Arial", sans-serif;
+ font-size: 16px;
+}
+
button,
input[type="submit"] {
cursor: pointer;