Skip to content

Commit

Permalink
Made links more noticeable from non-link text by adding underline
Browse files Browse the repository at this point in the history
  • Loading branch information
solar138 committed Jan 17, 2024
1 parent aa0b2eb commit e0f3525
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ body {
-moz-osx-font-smoothing: grayscale;
}

a {
text-decoration: underline;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
Expand All @@ -33,4 +37,4 @@ code {
}
.title {
@apply font-scoutcond uppercase pb-4 font-black text-4xl sm:text-5xl text-center w-full sm:w-fit text-emerald-800;
}
}

0 comments on commit e0f3525

Please sign in to comment.