_includes/main.css in featherweight-0.7.10 vs _includes/main.css in featherweight-0.7.11
- old
+ new
@@ -2,21 +2,40 @@
max-width: 80ch;
padding: 3em 1em;
margin: auto;
line-height: 1.6;
font-size: 1.25em;
- font-family: Helvetica;
+ font-family: Helvetica
}
.d {
font-size: medium;
- color: grey;
+ color: grey
}
img {
max-width: 100%;
height: auto
}
code {
- white-space: pre-line;
+ white-space: pre-line
+}
+
+table th,
+table td {
+ border: 1px solid #d0d7de
+}
+
+table tr {
+ padding: 6px 13px;
+ border-top: 1px solid hsla(210, 18%, 87%, 1)
+}
+
+table tr:nth-child(2n) {
+ background-color: #f6f8fa
+}
+
+table {
+ border-spacing: 0;
+ border-collapse: collapse
}
\ No newline at end of file