grim/hgkeeper-theme

Make markdown tables readable
draft
2020-06-14, Gary Kramlich
d9146a369de3
Parents 41edd67a62bf
Children 5571a4f7fa3d
Make markdown tables readable
--- a/templates/static/hgk/css/github-markdown.css Sun May 17 17:29:46 2020 -0500
+++ b/templates/static/hgk/css/github-markdown.css Sun Jun 14 05:44:46 2020 -0500
@@ -760,16 +760,19 @@
.markdown-body table td,
.markdown-body table th {
padding: 6px 13px;
- border: 1px solid #dfe2e5;
+ /* border: 1px solid #dfe2e5; */
+ border: 1px solid #00bc8c;
}
.markdown-body table tr {
- background-color: #fff;
- border-top: 1px solid #c6cbd1;
+ /* background-color: #fff; */
+ /* border-top: 1px solid #c6cbd1; */
+ /* border-top: 1px solid #3498DB; */
}
.markdown-body table tr:nth-child(2n) {
- background-color: #f6f8fa;
+ /* background-color: #f6f8fa; */
+ background-color: #222;
}
.markdown-body img {