From 668f37767c99c53a721ccb69930ce485e300260e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 8 Mar 2021 19:05:30 +0100 Subject: Apply main color to mobile view as well --- stylesheets/commun.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stylesheets') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 663ccc4..d9fe362 100644 --- 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 { -- cgit v1.2.3