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 /programmes.css | |
| parent | 4ffcefe6afb58590754dc1f95da9452e9666376a (diff) | |
| download | quatuorbellefeuille.com-b458a7822e3ee64f29a34c8ffedb69fb67d51d54.tar.xz | |
Simplify colors
Diffstat (limited to 'programmes.css')
| -rw-r--r-- | programmes.css | 6 |
1 files changed, 1 insertions, 5 deletions
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 { |
