We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143b2f8 commit 7edcd2fCopy full SHA for 7edcd2f
agents-docs/src/app/global.css
@@ -99,3 +99,24 @@
99
cursor: pointer;
100
}
101
102
+
103
+/* tailwind typography overrides */
104
+@utility prose {
105
+ th {
106
+ border-inline-start: none;
107
+ @apply bg-transparent;
108
+ }
109
110
+ table {
111
112
113
114
+ td {
115
116
+ @apply border-gray-100 dark:border-gray-800;
117
118
119
120
+ @apply border-none;
121
122
+}
0 commit comments