Skip to content

Commit

Permalink
Add active indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedijkstra committed Dec 6, 2023
1 parent 31f7333 commit 3053a0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Resume/Resume.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
border-radius: 34px;
}

.ResumeItemHeader:first-of-type::before {
box-shadow: inset 0px 0px 0px 5px var(--background-color);
background-color: var(--text-color);
}
}
.ResumeItemHeader:first-of-type::before {
box-shadow: inset 0px 0px 0px 5px var(--background-color);
background-color: var(--text-color);
}

.ResumeItemHeaderPeriod {
Expand Down

0 comments on commit 3053a0d

Please sign in to comment.