Skip to content

Commit

Permalink
color change
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Jan 22, 2023
1 parent d023c73 commit ecd39a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ html{
scroll-behavior: smooth;
}
:root {
--first-color: #ffc000;
--first-color: #F2C747;
--second-color: white;
}

Expand Down Expand Up @@ -276,7 +276,7 @@ section .title::after{

.typing-2{
color: white;
text-decoration: underline #ffc000;
text-decoration: underline #F2C747;
}

.experience .title::after{
Expand Down

1 comment on commit ecd39a5

@vercel
Copy link

@vercel vercel bot commented on ecd39a5 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.