Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2o committed Nov 9, 2024
1 parent 6233993 commit edb8be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/cv.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ svg {
hr {
border: 0;
height: 0.05em;
background-color: var(--link-color);
background-color: var(--text-color);
margin: 2em 0;
}

Expand All @@ -224,7 +224,7 @@ ul.follow>li {
padding: 0;
margin: 0.75rem .5rem 0 0;
border-radius: 20%;
background: white;
background: var(--link-color);
cursor: pointer;
}

Expand Down

0 comments on commit edb8be5

Please sign in to comment.