Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Apr 10, 2024
1 parent a7ecd39 commit be74eab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ img, svg{
}
.markdown ul{
list-style: initial;
}

.markdown a{
color: #0070f3;
text-decoration: none;
border-bottom:1px solid #0070f3;
}

0 comments on commit be74eab

Please sign in to comment.