custom.css
... ...
@@ -87,6 +87,14 @@ a:focus {
87 87
.markdown-body ul {
88 88
list-style: ':: '
89 89
}
90
+.markdown-body table tr,
91
+.markdown-body table tr:nth-child(2n) {
92
+ background-color: #111111;
93
+}
94
+.markdown-body table tr th,
95
+.markdown-body table tr td {
96
+ border: 1px solid #444444;
97
+}
90 98
.minibutton a {
91 99
background: #111111;
92 100
color: #abc0c5;