aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-16 17:22:22 -0400
committerdan <[email protected]>2023-05-16 17:22:22 -0400
commit56a08c8bfdd863d36aba80e7aab15f3feb9cb332 (patch)
treedd93a235c7995e746cb916194ac9450601f98475 /style.css
parent841900a18847f2c301c74b1eba0645476bd0bcbc (diff)
downloadsimple-comments-widget-56a08c8bfdd863d36aba80e7aab15f3feb9cb332.tar.gz
simple-comments-widget-56a08c8bfdd863d36aba80e7aab15f3feb9cb332.tar.bz2
simple-comments-widget-56a08c8bfdd863d36aba80e7aab15f3feb9cb332.zip
restyle
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 {