Skip to content

Commit

Permalink
final style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Jul 5, 2024
1 parent 4ef1bb1 commit 1a0e6d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/experience.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@
height: max-content;
padding: 4px 12px;

border: 5px solid var(--offwhite);
border: 5px solid var(--navy-blue);
border-radius: 15px;
background-color: var(--background);
color: var(--offwhite);
color: var(--navy-blue);
flex-shrink: 0;
cursor: pointer;

Expand All @@ -184,7 +184,7 @@
width: 1.5rem;
height: 1.5rem;
margin: 0px 16px 0px 8px;
filter: invert(100%) sepia(1%) saturate(4960%) hue-rotate(173deg) brightness(89%) contrast(101%);
filter: invert(54%) sepia(17%) saturate(958%) hue-rotate(160deg) brightness(90%) contrast(91%);
}

.experience .button:hover {
Expand Down

0 comments on commit 1a0e6d2

Please sign in to comment.