From ecd39a5eae74c528588fa4f90a57b436269588e4 Mon Sep 17 00:00:00 2001 From: Adarsh Jena <76236137+adarshnjena@users.noreply.github.com> Date: Sun, 22 Jan 2023 15:15:26 +0000 Subject: [PATCH] color change --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 140848b..d45c81d 100644 --- a/style.css +++ b/style.css @@ -15,7 +15,7 @@ html{ scroll-behavior: smooth; } :root { - --first-color: #ffc000; + --first-color: #F2C747; --second-color: white; } @@ -276,7 +276,7 @@ section .title::after{ .typing-2{ color: white; - text-decoration: underline #ffc000; + text-decoration: underline #F2C747; } .experience .title::after{