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 d32622b commit c9edae4Copy full SHA for c9edae4
src/css/custom.css
@@ -103,17 +103,22 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
103
104
table {
105
display: inline-table;
106
+ width:100%;
107
}
108
109
+table th:first-child {
110
+ width: 25%;
111
+ }
112
+
113
table tr:nth-child(2n) {
- background-color: var(--ifm-table-background);
114
+ /*background-color: var(--ifm-table-background);*/
115
116
117
tr {
- line-height: 1.2;
118
+ /*line-height: 1.2;*/
119
120
- text-align: left;
121
+ /*text-align: left;*/
122
123
124
/* end styles for tables */
0 commit comments