diff --git a/demo/css/demo.css b/demo/css/demo.css index efb1e47..2ed3968 100644 --- a/demo/css/demo.css +++ b/demo/css/demo.css @@ -1,5 +1,10 @@ +body { + color: #24292f; + font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif; + font-size: 14px; +} + #webform-toolkit { - font-family: sans-serif; font-size: 14px; margin: 7% auto; width: 680px; diff --git a/demo/index.html b/demo/index.html index 795e6a1..fa30e09 100644 --- a/demo/index.html +++ b/demo/index.html @@ -154,9 +154,27 @@ }; + + + +