summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
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;
}