diff --git a/webapp/static/styles.css b/webapp/static/styles.css index e23d987..31ec4ec 100644 --- a/webapp/static/styles.css +++ b/webapp/static/styles.css @@ -16,10 +16,14 @@ header h1 { .letter-options label { display: block; + color: #333; + font-size: 14px; + font-weight: bold; } .letter-options input, .letter-options textarea, .letter-options select { + margin-top: 3px; margin-bottom: 12px; width: 100%; } @@ -34,6 +38,8 @@ header h1 { padding-left: 6px; cursor: pointer; line-height: 24px; + font-size: 14px; + font-weight: bold; } .Collapsible__trigger.is-closed:before {