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 --- "actualit\303\251s.css" | 5 ----- commun.css | 12 +++++------- index.css | 5 ++++- membre.css | 4 ---- programmes.css | 6 +----- quatuor.css | 6 ------ 6 files changed, 10 insertions(+), 28 deletions(-) diff --git "a/actualit\303\251s.css" "b/actualit\303\251s.css" index fb8b4c3..b709a60 100644 --- "a/actualit\303\251s.css" +++ "b/actualit\303\251s.css" @@ -8,10 +8,6 @@ main > div { overflow: auto; } -#event-list, #event-details { - background-color: #dbb; -} - .events { display: grid; grid-auto-rows: 14em; @@ -21,7 +17,6 @@ main > div { .event { position: relative; - background-color: #fff; } .event a { 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; } diff --git a/index.css b/index.css index a4e24cf..56c94ba 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,9 @@ +body { + background-color: #a33; +} + main { position: relative; - background: #a33; } #next-concert { diff --git a/membre.css b/membre.css index 0209327..86d370b 100644 --- a/membre.css +++ b/membre.css @@ -8,10 +8,6 @@ main > div { padding: 2%; } -#bio, #photo { - background-color: #dbb; -} - #bio dl { display: grid; grid-template-columns: 1fr 2fr; diff --git a/programmes.css b/programmes.css index ecfcbcd..ffd1317 100644 --- a/programmes.css +++ b/programmes.css @@ -8,10 +8,6 @@ main > div { overflow: auto; } -#program-list, #program-details { - background-color: #dbb; -} - .programs { display: grid; grid-auto-rows: 14em; @@ -21,7 +17,7 @@ main > div { .program { position: relative; - background-color: #fb8; + background-color: #099; } .program a { diff --git a/quatuor.css b/quatuor.css index 249540f..c5b8ab1 100644 --- a/quatuor.css +++ b/quatuor.css @@ -13,12 +13,6 @@ main #photos { position: sticky; top: 0; - - background-color: #dbb; -} - -main #bio { - background-color: #dbb; } #photos a { -- cgit v1.2.3