3 Commits

Author SHA1 Message Date
5994b73b2e give tables a lighter border 2020-06-14 10:56:57 -05:00
dadc902c49 put a bit of a background behind blockquote
closes #2
2020-06-14 10:55:24 -05:00
5c8251d01a explicitly set the footer margin-top 2020-06-14 10:01:07 -05:00

View File

@@ -90,6 +90,7 @@ footer {
font-size: 75%;
color: #999;
padding: 0 1em;
margin-top: 15px;
}
table {
@@ -98,10 +99,15 @@ table {
table, th, td {
padding: 5px;
border: 1px solid #222;
border: 1px solid #ccc;
margin-bottom: 15px;
}
th {
background: #eee;
}
blockquote {
background-color: rgba(120, 120, 120, 0.1);
padding: 1px 10px;
}