diff --git a/style.css b/style.css index 7971e39..6445281 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ h1 { a:link, a:visited { text-decoration: none; - color: #04a; + color: #026262; } a:link:active, a:visited:active, @@ -82,12 +82,12 @@ img.logo { } section.info > p:first-child { - background: #04a; + background: #026262; } section.info > p { display: inline-block; - margin: 0.1em 0; + margin: 0; background: #000; color: #fff; }