From c20e2fded49569a04605a1eea30f1fc1cc3b48e8 Mon Sep 17 00:00:00 2001 From: Kendall Pinto Date: Fri, 4 Mar 2022 00:29:25 +0530 Subject: [PATCH] Update colour for heading and YML button for darkmode --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 570fdb95..fcf9123c 100644 --- a/styles.css +++ b/styles.css @@ -23,11 +23,11 @@ --font-color-red: red; --font-color-blue: aqua; --font-color-heading: lightgreen; - --font-color-heading2: #03c04a; + --font-color-heading2: lime; --font-color-sub-heading: #f5b041; --font-color-christmas_message: pink; --lyrics-text-color: lime; - --yml-btn: #03ac12; + --yml-btn: yellow; --grey: grey; font-family: "Roboto", sans-serif; }