Skip to content

Commit

Permalink
visited visited
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-J0 committed Jun 11, 2024
1 parent ae40688 commit 25b443e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
box-sizing: border-box;
}

a {
text-decoration: none;
}

a:visited {
color: white;
text-decoration: none;
}
@font-face {
font-family: MyFont;
src: url(./images/Josefin_Sans/JosefinSans-VariableFont_wght.ttf);
Expand Down

0 comments on commit 25b443e

Please sign in to comment.