diff --git a/css/freepost.css b/css/freepost.css index 9c52781..395e758 100644 --- a/css/freepost.css +++ b/css/freepost.css @@ -8,6 +8,34 @@ box-sizing: border-box; } +/* Style used to format Markdown tables */ +table +{ + background: #fff; + border-collapse: collapse; + text-align: left; +} + +table th +{ + border-bottom: 2px solid #6678b1; + color: #039; + font-weight: normal; + padding: 0 1em; +} + +table td +{ + border-bottom: 1px solid #ccc; + color: #669; + padding: .5em 1em; +} + +table tbody tr:hover td +{ + color: #009; +} + html, body { background-color: #f5f8fa;