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 976800a commit 1e8eaf1Copy full SHA for 1e8eaf1
src/common/styles/Markdown.tsx
@@ -332,29 +332,6 @@ export default () => {
332
333
td {
334
border-width: 1px 0;
335
- &:first-of-type {
336
- min-width: 58px;
337
- color: #595959;
338
- font-weight: 600;
339
- white-space: nowrap;
340
- }
341
-
342
- &:nth-of-type(2) {
343
- min-width: 160px;
344
345
346
- &:nth-of-type(3) {
347
- color: ${token['magenta-7']};
348
- font-size: ${Math.max(token.fontSize - 1, 15)}px;
349
350
351
- &:nth-of-type(4) {
352
353
354
355
- &:nth-of-type(5) {
356
357
358
}
359
360
0 commit comments