From a96e9b4245eee4fda665895fadeac8785cff5a61 Mon Sep 17 00:00:00 2001 From: lauralani Date: Wed, 16 Nov 2022 20:55:52 +0100 Subject: [PATCH] add color scheme change --- css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 62c4b65..17a3f54 100644 --- a/css/main.css +++ b/css/main.css @@ -42,7 +42,7 @@ h3 { line-height: 100%; margin-top: 2rem; margin-bottom: 1rem; - color: #c2f486; + color: #d66388; } h1:before { @@ -79,3 +79,7 @@ strong:after { content: "**"; content: "**"/ ""; } + +strong { + color: #d66388 +}