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 ----- 1 file changed, 5 deletions(-) (limited to 'actualités.css') 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 { -- cgit v1.2.3