gollum-style

gollum css
git clone git://git.pyratebeard.net/gollum-style.git
Log | Files | Refs

commit 93d1e201f4c451ef6a2b01b5cdee6d760b8eba22
parent 4368fe17739658ff2499a57e68eb540156e6b93f
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  7 Dec 2018 17:36:22 +0000

table header text align left

Diffstat:
Mwysard-theme.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/wysard-theme.css b/wysard-theme.css @@ -96,6 +96,7 @@ a:focus { .markdown-body table thead { text-transform: uppercase; font-size: 16px; + text-align: left; } .markdown-body table tr, .markdown-body table tr:nth-child(2n) {