Skip to content

Commit 3f82b34

Browse files
committed
style: improve table styles for landing page
1 parent 4e1bd00 commit 3f82b34

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/website/styles.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,4 +3173,28 @@ header .header-image {
31733173
.snippet-image {
31743174
display: flex;
31753175
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+
border: 1px solid rgba(255, 255, 255, 0.2);
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+
padding: 0;
31763200
}

0 commit comments

Comments
 (0)