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 4e1bd00 commit 3f82b34Copy full SHA for 3f82b34
docs/website/styles.css
@@ -3173,4 +3173,28 @@ header .header-image {
3173
.snippet-image {
3174
display: flex;
3175
height: 100%;
3176
+}
3177
+
3178
+table {
3179
+ border-collapse: collapse;
3180
+ border: 1px solid rgba(255, 255, 255, 0.2);
3181
3182
3183
+table > * > tr > * {
3184
3185
+ border-width: 1px;
3186
+ border-style: solid;
3187
+ padding: 0;
3188
3189
3190
+table td, table th {
3191
+ padding: .5rem;
3192
3193
3194
+table th {
3195
+ text-align: left;
3196
3197
3198
+table code {
3199
3200
}
0 commit comments