Skip to content

Commit

Permalink
fix: anchor styling
Browse files Browse the repository at this point in the history
  • Loading branch information
canerakdas committed Nov 23, 2023
1 parent f4e5529 commit 4015029
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/Downloads/ChangelogModal/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,16 @@
h3,
h4,
h5,
p {
p,
a {
@apply text-neutral-900
dark:text-white;
}

a {
@apply underline;
}

pre {
@apply overflow-auto;
}
Expand Down

0 comments on commit 4015029

Please sign in to comment.