Skip to content

Commit 037e852

Browse files
committed
Give tables in readmes a bit of padding and a border
1 parent 5022aae commit 037e852

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/styles/crate.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,15 @@
320320
padding: 0 2px;
321321
}
322322
}
323+
324+
table {
325+
border-collapse: collapse;
326+
327+
th, td {
328+
border: 1px solid #dfe2e5;
329+
padding: 6px 13px;
330+
}
331+
}
323332
}
324333
.last-update {
325334
color: $main-color-light;

0 commit comments

Comments
 (0)