diff --git a/public/index.html b/public/index.html index cf8b5c3..14d2a3c 100644 --- a/public/index.html +++ b/public/index.html @@ -33,9 +33,6 @@ ' ``'--,..,. mic -

-

Want to promote us? Add this button to your site!

- diff --git a/public/static/style.css b/public/static/style.css index 9e4dc3b..f255513 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -1,5 +1,7 @@ body { - background-color: #FAFAFA; + background-color: #0C312E; + color: #FF6666; + font-family: Helvetica, sans-serif; } h1 { @@ -7,23 +9,23 @@ h1 { line-height: 96px; } -a.tiny { - color: #7900A7; +a { + color: #2EC4B6; } a.pin1 { font-size: 14px; - color: #7900A7; + color: #2EC4B6; } a:visited { - color: #7900A7; + color: #17625B; } .title { - color: #7900A7; + color: #FF6666; font-weight: bold; font-size: 83px; - font-family: "Georgia"; + font-family: Helvetica, sans-serif; }