diff --git a/public/index.html b/public/index.html index 34d2fbe..4e3b7e5 100644 --- a/public/index.html +++ b/public/index.html @@ -3,8 +3,8 @@ Plemp! - + diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e3f1e83..1103136 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,7 +1,12 @@ /* CSS style file for Plemp! */ +body { + font-family: sans-serif; +} + pre { - margin: 0 0; + margin: 0px 0px; + padding: 6px; font-size: 12px; }