Skip to content

Commit

Permalink
Better style anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Jan 15, 2024
1 parent 3e6bc73 commit 85d3e8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@ ul li:hover {
cursor: pointer;
}

a {
color: #4CAF50;
text-decoration: none;
transition: color 0.3s ease;
}

a:hover {
color: #2E7D32;
}

@media only screen and (max-width: 600px) {
.section {
padding: 10px;
Expand Down

0 comments on commit 85d3e8f

Please sign in to comment.