Skip to content

Commit

Permalink
change box shadow color on about section
Browse files Browse the repository at this point in the history
  • Loading branch information
josephines1 committed Jul 7, 2024
1 parent 37adbf5 commit 914aaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ li.nav-item:hover a.nav-link::after {
border-radius: 1em;
color: var(--light);
padding-block: 3em;
box-shadow: 5px 5px 10px 2px var(--accent-light);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
text-shadow: 0px 0px 0px 10px #000;
}

Expand Down

0 comments on commit 914aaba

Please sign in to comment.