Skip to content

Commit 1e8eaf1

Browse files
authored
Update Markdown.tsx
1 parent 976800a commit 1e8eaf1

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/common/styles/Markdown.tsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -332,29 +332,6 @@ export default () => {
332332
333333
td {
334334
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-
font-size: ${Math.max(token.fontSize - 1, 15)}px;
353-
}
354-
355-
&:nth-of-type(5) {
356-
font-size: ${Math.max(token.fontSize - 1, 15)}px;
357-
}
358335
}
359336
}
360337
}

0 commit comments

Comments
 (0)