summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index cb1993c..d701151 100644
--- a/style.css
+++ b/style.css
@@ -303,8 +303,9 @@ input[type="text"] {
303 width: 95%; 303 width: 95%;
304 border: solid 1px silver; 304 border: solid 1px silver;
305 border-radius: 4px; 305 border-radius: 4px;
306 font-family: 'SourceSansPro', sans-serif;
306 font-size: 14pt; 307 font-size: 14pt;
307 font-weight: 300; 308 font-weight: normal;
308 padding: 0.3em; 309 padding: 0.3em;
309 margin-bottom: 0.5em; 310 margin-bottom: 0.5em;
310} 311}