commit 22eb435973046fd225d7a3a83c198a75bcb41a7c
parent 7c72a74c083a0ee952866d446a383ad2f4ac10bc
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 6 Mar 2021 23:26:16 +0100
Reduce text contrast a little
Also make h2 size consistent with h1.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;