commit 668f37767c99c53a721ccb69930ce485e300260e
parent ba3d15f57d257b7a3102f1d25f759afd7f74dc00
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Mon, 8 Mar 2021 19:05:30 +0100
Apply main color to mobile view as well
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
@@ -56,6 +56,10 @@ nav ol, nav ul {
list-style-type: none;
}
+main {
+ color: #353535;
+}
+
main h1 {
font-size: 1.4em;
}
@@ -205,7 +209,6 @@ footer.legal {
grid-column: 1 / -2;
font-size: 1.2rem;
margin-left: 4em;
- color: #353535;
}
footer.social {