diff --git a/.jshintrc b/.jshintrc index 19ecf62..f054c46 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,5 +2,7 @@ "indent": 1, "esversion": 6, "node": true, - "sub": true + "sub": true, + "-W117": false, + "-W083": false } diff --git a/feast.css b/feast.css index f82def0..debe35f 100644 --- a/feast.css +++ b/feast.css @@ -142,3 +142,7 @@ button { #character-form-list { list-style-type: none; } + +#character-form { + font-size: 20pt; +} diff --git a/feast.html b/feast.html index 7c8eae4..c484828 100644 --- a/feast.html +++ b/feast.html @@ -24,14 +24,15 @@