We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219bcab commit 4fa44d6Copy full SHA for 4fa44d6
resources/css/content.css
@@ -1,16 +1,14 @@
1
@layer components {
2
.content {
3
+ @apply prose text-neutral-700;
4
+
5
h1,
6
h2,
7
h3,
8
h4,
9
h5,
10
h6 {
- @apply text-brand-900 font-heading;
-
11
- a {
12
- @apply text-brand-800 hover:no-underline;
13
- }
+ @apply font-heading font-bold text-neutral-900;
14
}
15
16
h1 {
@@ -77,18 +75,14 @@
77
75
@apply border-b border-brand-200;
78
76
79
80
- > * + * {
81
- @apply mt-6;
82
83
84
* {
85
& + h1,
86
& + h2,
87
& + h3,
88
& + h4,
89
& + h5,
90
& + h6 {
91
- @apply mt-12;
+ @apply mt-8;
92
93
94
0 commit comments