diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9453385b9..d0cfc6eec 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,8 +1,10 @@ body { + background: #fff; + color: #000; padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; + font: 15px "Lucida Grande", Helvetica, Arial, sans-serif; } a { - color: #00B7FF; + color: #00f; } diff --git a/views/layout.pug b/views/layout.pug index 15af079bf..db861999d 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,7 +1,8 @@ doctype html -html +html(lang="en-US") head title= title link(rel='stylesheet', href='/stylesheets/style.css') + meta(name="viewport" content="width=device-width, initial-scale=1") body block content