Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: line height typography blog and docs #2390

Merged
merged 4 commits into from
Mar 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: remove all custom line height for paragraph, span and link tag
  • Loading branch information
urmauur committed Mar 15, 2024
commit 065a7a68bc4f18beee3f83833c91d6380456c9e2
5 changes: 0 additions & 5 deletions docs/src/styles/tweaks/markdown.scss
Original file line number Diff line number Diff line change
@@ -1,10 1,5 @@
.theme-doc-markdown,
.markdown {
a,
p,
span {
@apply leading-loose;
}
a {
@apply text-blue-600 dark:text-blue-400;
}
Expand Down
Loading