Skip to content

Commit

Permalink
make links look ok by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 29, 2023
1 parent 1937e3c commit 8e3ba90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ main {
flex-grow: 1;
}

main a {
color: var(--primary-300);
}
main a:hover {
color: var(--primary-200);
}

@media (min-width: 15rem) {
header nav ul {
grid-template-columns: 1fr 1fr;
Expand Down

0 comments on commit 8e3ba90

Please sign in to comment.