Skip to content

Commit

Permalink
remove link underline
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmonc committed May 9, 2024
1 parent 3945447 commit f3b5621
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
/* You can add global styles to this file, and also import other style files */
body {
font-family: "Open Sans",sans-serif;
font-family: "Open Sans", sans-serif;
}

.its-blue {
background-color: #1e6eb8;
background-color: #1e6eb8;
color: white;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}

0 comments on commit f3b5621

Please sign in to comment.