gollum-style

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

commit 4a0e22b4796ad762cf52b168cbbce1566d9216ac
parent 22b7217088eaf1c671855bd5a564a5025fece25a
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  6 Dec 2018 11:36:34 +0000

a colour. code colour. list-style. thead text. minibutton text.

Diffstat:
Mbatfleck-theme.css | 14++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/batfleck-theme.css b/batfleck-theme.css @@ -55,7 +55,8 @@ h4 { a, a:link, a:visited { - color: #3c7b83; + color: #a7c0c1; + text-decoration: underline; } a:active, a:hover, @@ -65,7 +66,7 @@ a:focus { } .markdown-body code { background-color: #030c10; - color: #5b807e; + color: #3c7b83; font-family: 'envy'; font-size: 13px; padding: 5px 4px 2px 4px; @@ -91,7 +92,7 @@ a:focus { color: #37868f; } .markdown-body ul { - list-style: '- ' + list-style: '>> ' } .markdown-body table tr, .markdown-body table tr:nth-child(2n) { @@ -101,12 +102,17 @@ a:focus { .markdown-body table tr td { border: 1px solid #37868f; } +.markdown-body table thead { + text-transform: uppercase; + text-align: left; +} .minibutton a { background: #030c10; color: #a7c0c1; border: none; text-shadow: none; - text-transform: lowercase; + text-transform: uppercase; + text-decoration: none; } .minibutton a:active, .minibutton a:hover,