From 81ae119ff3fbef4662f5193455c6c1522af2ba3d Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Thu, 30 Sep 2021 10:02:59 +0200 Subject: [PATCH] Added color:iherit to links so we don't have to precise it's color in a paragraph Signed-off-by: Louis Vallat --- assets/css/main.css | 4 ++++ index.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index d261545..5a94ecc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -46,6 +46,10 @@ h6 { font-size: 1.3rem; } +a { + color: inherit; +} + .bold { font-weight: 500; } diff --git a/index.html b/index.html index f08e1b0..9b78814 100644 --- a/index.html +++ b/index.html @@ -91,10 +91,10 @@ PAGE CODED BY :

- Design inspiré par ceci et ceci. -

+ Design inspiré par ceci et ceci. +