From 9ca43db2a69b69d3f38979d7f9368eb04cecc7c9 Mon Sep 17 00:00:00 2001 From: lo_bo lo_bo Date: Tue, 6 Jun 2017 22:36:13 +0200 Subject: [PATCH] Update 'style.css' --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }