diff --git a/README.md b/README.md index fbfc217..e398572 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Welcome to the Glitch BETA -========================== +Welcome to Glitch +================= Click `Show` in the header to see your app live. Updates to your code will instantly deploy and update live. diff --git a/public/style.css b/public/style.css index af62c3e..f709586 100644 --- a/public/style.css +++ b/public/style.css @@ -1,21 +1,18 @@ /* styles */ /* called by your view template */ -/* You might want to try something fancier: */ -/* less: http://lesscss.org/ */ - * { box-sizing: border-box; } body { - font-family: helvetica, arial, sans-serif; - margin: 25px; + font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif; + margin: 2em; } h1 { - font-weight: bold; - color: pink; + font-style: italic; + color: #373fff; } .bold { diff --git a/views/index.html b/views/index.html index 9eff1a5..51d7e5f 100644 --- a/views/index.html +++ b/views/index.html @@ -8,7 +8,7 @@ - + Welcome to Glitch! @@ -51,9 +51,10 @@ - +
- +