From b458a7822e3ee64f29a34c8ffedb69fb67d51d54 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 14 Dec 2020 01:03:42 +0100 Subject: Simplify colors --- commun.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'commun.css') diff --git a/commun.css b/commun.css index 8ccaae9..96621a8 100644 --- a/commun.css +++ b/commun.css @@ -4,6 +4,7 @@ body { grid-template-columns: 11fr 1fr; grid-template-rows: auto 1fr auto; margin: 0; + background-color: #acf; } header.banner { @@ -11,7 +12,6 @@ header.banner { display: grid; grid-template-columns: 3fr 8fr 1fr; align-items: center; - background-color: #dfd; } header.banner .brand { @@ -24,7 +24,6 @@ header.banner .brand a { display: flex; align-items: center; text-decoration: none; - color: inherit; } header.banner .brand img { @@ -72,7 +71,7 @@ nav ol li { } nav ol li.current { - background: white; + background-color: white; } nav ol li a { @@ -93,7 +92,6 @@ main { grid-column: 1; padding-left: 4%; overflow: auto; - background-color: #fdd; } footer.social { @@ -105,8 +103,6 @@ footer.social { align-items: center; position: sticky; top: 0; - - background-color: #ddf; } .social img { @@ -136,6 +132,8 @@ footer.legal { text-align: center; margin: auto; font-size: 75%; +} - background-color: #ffd +header a, footer a { + color: inherit; } -- cgit v1.2.3