diff --git a/awesome.css b/awesome.css index 57b2ba2..f66dec6 100644 --- a/awesome.css +++ b/awesome.css @@ -1,12 +1,14 @@ html, body { display: table; font-size: 4.5em; + line-height: 1.15; font-family: 'Open Sans', sans-serif; width: 100%; height: 100%; - /*background-color: #414ef8;*/ + margin: 0; + /* background-color: #414ef8; */ background-color: #94d500; - color: #fff; + color: #fefefe; cursor: default; } @@ -49,7 +51,7 @@ div#footer { div#footer a { text-decoration: none; - color: #ffffff; + color: inherit; } div#footer span { diff --git a/awesome.js b/awesome.js index c3ec486..15985d3 100644 --- a/awesome.js +++ b/awesome.js @@ -4,4 +4,4 @@ jQuery(document).ready(function($) { var line = Math.floor(synonyms.length * Math.random()); $('span#synonym').html(synonyms[line]); }); -}); \ No newline at end of file +}); diff --git a/index.html b/index.html index 3fd9543..3306090 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@