summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 23:26:16 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 23:26:16 +0100
commit22eb435973046fd225d7a3a83c198a75bcb41a7c (patch)
treefb0bb46268b9dbba5aeb3ced0d359cbe359be12b /stylesheets
parent7c72a74c083a0ee952866d446a383ad2f4ac10bc (diff)
downloadquatuorbellefeuille.com-22eb435973046fd225d7a3a83c198a75bcb41a7c.tar.xz
Reduce text contrast a little
Also make h2 size consistent with h1.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/commun.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 59cb22a..32889a1 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -198,11 +198,15 @@ footer.legal {
grid-column: 1 / -2;
font-size: 1.2rem;
margin-left: 4em;
+ color: #353535;
}
main h1 {
font-size: 1.4em;
}
+ main h2 {
+ font-size: 1.2em;
+ }
footer.social {
grid-row: 1 / -2;