Skip to content

Commit

Permalink
css fix for card
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Sep 28, 2024
1 parent 65a4e2f commit 835f509
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ body {
background: var(--secondary);
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:link {
color: var(--primary);
}
Expand Down

0 comments on commit 835f509

Please sign in to comment.