Skip to content

Commit

Permalink
css: change link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Aug 15, 2024
1 parent 4392939 commit f439725
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/pyladies/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ p {
font-weight: 300;
}

a {
color: var(--py-lady-pink);
}

a:hover {
color: black;
}

.alt-link {
color: white;
}
Expand All @@ -21,6 +29,10 @@ p {
color: white;
}

.lead a:hover {
color: black;
}

.desc {
font-size: 0.8rem;
}
Expand Down

0 comments on commit f439725

Please sign in to comment.