Skip to content

Commit 7edcd2f

Browse files
authored
override table styles in docs (#1246)
1 parent 143b2f8 commit 7edcd2f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

agents-docs/src/app/global.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,24 @@
9999
cursor: pointer;
100100
}
101101
}
102+
103+
/* tailwind typography overrides */
104+
@utility prose {
105+
th {
106+
border-inline-start: none;
107+
@apply bg-transparent;
108+
}
109+
110+
table {
111+
@apply bg-transparent;
112+
}
113+
114+
td {
115+
border-inline-start: none;
116+
@apply border-gray-100 dark:border-gray-800;
117+
}
118+
119+
table {
120+
@apply border-none;
121+
}
122+
}

0 commit comments

Comments
 (0)