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 +}