summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-08 19:05:30 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-08 19:05:30 +0100
commit668f37767c99c53a721ccb69930ce485e300260e (patch)
tree475a70851690df9c3c55b916213237aadedebfc4 /stylesheets
parentba3d15f57d257b7a3102f1d25f759afd7f74dc00 (diff)
downloadquatuorbellefeuille.com-668f37767c99c53a721ccb69930ce485e300260e.tar.xz
Apply main color to mobile view as well
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/commun.css5
1 files changed, 4 insertions, 1 deletions
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 {