Skip to content

Commit

Permalink
Changed the title of the header from looking as a link
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-1728 committed Oct 8, 2024
1 parent 9840df9 commit 1d1c6ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ body .title {
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.title a {
text-decoration: none;
color: red;
}
.container {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 1d1c6ef

Please sign in to comment.