aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
index b0796c2..ff91eb0 100644
--- a/style.css
+++ b/style.css
@@ -1,9 +1,14 @@
+#comments-widget {
+ font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif;
+}
+
.comment-form {
margin-top: 1em;
}
.comment-form #commentcontent {
width: 100%;
+ font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif;
}
.comment-form #submit {
@@ -26,6 +31,14 @@
#submit {
width: 100%;
}
+
+ #bot {
+ width: 100%;
+ }
+
+ #username {
+ width: 100%;
+ }
}
.comment {