From 3162d7863557bcf29aede683d5fd780774d6a4b8 Mon Sep 17 00:00:00 2001 From: Aleksander Bang-Larsen Date: Wed, 13 Nov 2024 16:47:05 +0100 Subject: [PATCH] Make headers pink for fun --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 9351161..5f2b2ce 100644 --- a/styles.css +++ b/styles.css @@ -4,5 +4,5 @@ $background-color: #C7E7CD; /*-- scss:rules --*/ h1, h2, h3, h4, h5, h6 { /* text-shadow: -1px -1px 0 rgba(0, 0, 0, .3); */ - color: black; + color: pink; }