summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-14 01:03:42 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-14 01:03:57 +0100
commitb458a7822e3ee64f29a34c8ffedb69fb67d51d54 (patch)
treec45aa4d812f30fcf04d527807c3540c08ef538f6 /commun.css
parent4ffcefe6afb58590754dc1f95da9452e9666376a (diff)
downloadquatuorbellefeuille.com-b458a7822e3ee64f29a34c8ffedb69fb67d51d54.tar.xz
Simplify colors
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css12
1 files changed, 5 insertions, 7 deletions
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;
}