From 396a947ddb09c11a7bb3820f74898864105ab5c9 Mon Sep 17 00:00:00 2001 From: Ananya Vishnoi <71982267+ananya26-vishnoi@users.noreply.github.com> Date: Wed, 11 Aug 2021 13:07:57 +0530 Subject: [PATCH] Update index.html Change the color. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 53bdda2..f4984a5 100644 --- a/index.html +++ b/index.html @@ -36,8 +36,8 @@ } h1::after { content: ""; - background-color: #ffe800; - background: repeating-linear-gradient(45deg, #ffe800, #ffe800 0.5rem, #222 0.5rem, #222 1.0rem); + background-color: #35d626; + background: repeating-linear-gradient(45deg, #ee0303, #ffe800 0.5rem, #222 0.5rem, #222 1.0rem); display: block; height: 0.5rem; margin-top: 1rem;