mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
45 lines
479 B
Plaintext
45 lines
479 B
Plaintext
.markdown {
|
|
a {
|
|
.text-primary;
|
|
}
|
|
|
|
code.inline {
|
|
.border;
|
|
.rounded;
|
|
.text-sm;
|
|
.px-1;
|
|
color: #DD4A68;
|
|
}
|
|
|
|
blockquote {
|
|
.text-em;
|
|
.text-dark-soft;
|
|
.text-sm;
|
|
}
|
|
|
|
h1 {
|
|
.mb-4;
|
|
.leading-none;
|
|
.text-dark-softer;
|
|
.text-thin;
|
|
.text-2xl;
|
|
.text-primary;
|
|
}
|
|
|
|
h2 {
|
|
.mt-8;
|
|
.mb-6;
|
|
.leading-none;
|
|
.text-dark-softer;
|
|
.text-thin;
|
|
.text-xl;
|
|
.text-primary;
|
|
}
|
|
|
|
p {
|
|
.mt-6;
|
|
.mb-3;
|
|
}
|
|
|
|
}
|