Skip to content

Commit c9edae4

Browse files
[update] table styles
1 parent d32622b commit c9edae4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/css/custom.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,22 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
103103

104104
table {
105105
display: inline-table;
106+
width:100%;
106107
}
107108

109+
table th:first-child {
110+
width: 25%;
111+
}
112+
108113
table tr:nth-child(2n) {
109-
background-color: var(--ifm-table-background);
114+
/*background-color: var(--ifm-table-background);*/
110115
}
111116

112117
tr {
113-
line-height: 1.2;
118+
/*line-height: 1.2;*/
114119
}
115120
table {
116-
text-align: left;
121+
/*text-align: left;*/
117122
}
118123

119124
/* end styles for tables */

0 commit comments

Comments
 (0)