mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Tweak markdown styles
This commit is contained in:
parent
9569c2dacd
commit
ac6ef8249b
@ -13,6 +13,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
> hr {
|
||||
@apply .my-12;
|
||||
@apply .border-t-0 .border-r-0 .border-l-0;
|
||||
@apply .border-b .border-dark-softer;
|
||||
}
|
||||
|
||||
> a, a& {
|
||||
@apply .text-blue;
|
||||
}
|
||||
@ -58,7 +64,7 @@
|
||||
}
|
||||
|
||||
> h3, h3& {
|
||||
@apply .mt-16;
|
||||
@apply .mt-12;
|
||||
@apply .mb-8;
|
||||
@apply .text-dark;
|
||||
@apply .leading-none;
|
||||
@ -68,8 +74,8 @@
|
||||
|
||||
> p, p&, > blockquote > p {
|
||||
@apply .text-dark-soft;
|
||||
@apply .mt-8;
|
||||
@apply .mb-3;
|
||||
@apply .mt-4;
|
||||
@apply .mb-4;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user