We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc03126 commit 3a292c8Copy full SHA for 3a292c8
1 file changed
css/tailwind.css
@@ -12,7 +12,7 @@
12
@layer base {
13
html {
14
@apply font-serif;
15
- font-size: 1rem;
+ font-size: 0.9rem;
16
}
17
18
@@ -81,6 +81,17 @@ input:-webkit-autofill:focus {
81
vertical-align: middle;
82
83
84
-.list-tight {
85
- line-height: 1.2; /* Adjust the value as needed */
+.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
+ margin-top: 0.5em;
86
+ margin-bottom: -0.5em;
87
+}
88
+
89
+.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
90
+ margin-bottom: 0;
91
92
93
+.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
94
+ color: rgb(99 102 241);
95
+ text-decoration: underline;
96
+ font-weight: 500;
97
0 commit comments