diff --git a/index.html b/index.html index 616417f..ed360d4 100644 --- a/index.html +++ b/index.html @@ -143,7 +143,7 @@

What size of Board do you want? :

- + Please enter a number between 5 and 30. @@ -151,7 +151,7 @@

What size of Board do you want? :

- + Please enter a number between 5 and 30. @@ -159,7 +159,7 @@

What size of Board do you want? :

- + Please enter a number between 2 and 6. diff --git a/style.css b/style.css index 1aac188..b81deed 100644 --- a/style.css +++ b/style.css @@ -291,8 +291,9 @@ h1 { .settings .form-item input { border-radius: 3px; padding: 0.4rem 0.2rem; - font-weight: bold; - font-size: larger; + font-weight: lighter; + font-size: smaller; + font-style: italic; } .settings .form-item .details { @@ -366,4 +367,4 @@ h1 { color: red; position: relative; padding: 5px; -} \ No newline at end of file +}