diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-14 01:03:42 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-14 01:03:57 +0100 |
| commit | b458a7822e3ee64f29a34c8ffedb69fb67d51d54 (patch) | |
| tree | c45aa4d812f30fcf04d527807c3540c08ef538f6 /actualités.css | |
| parent | 4ffcefe6afb58590754dc1f95da9452e9666376a (diff) | |
| download | quatuorbellefeuille.com-b458a7822e3ee64f29a34c8ffedb69fb67d51d54.tar.xz | |
Simplify colors
Diffstat (limited to 'actualités.css')
| -rw-r--r-- | actualités.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actualités.css b/actualités.css index fb8b4c3..b709a60 100644 --- a/actualités.css +++ b/actualités.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 { |
