gollum-style

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

commit 2e7d34986669fbd0745629c3da267ed60ead2da9
parent 93d1e201f4c451ef6a2b01b5cdee6d760b8eba22
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat,  8 Dec 2018 00:12:32 +0000

changes

#head h1 font size. h4 fa-link colour. markdown-body header sizes. error bg, border, and h1 colours.

Diffstat:
Mwysard-theme.css | 22+++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/wysard-theme.css b/wysard-theme.css @@ -37,6 +37,9 @@ h4 { font-weight: normal; text-transform: uppercase; } +#head h1 { + font-size: 1.5em; +} .markdown-body { font-size: 18px; } @@ -49,9 +52,19 @@ h4 { text-transform: capitalize; } .markdown-body h2 .fa-link, -.markdown-body h3 .fa-link { +.markdown-body h3 .fa-link, +.markdown-body h4 .fa-link { color: #abc0c5; } +.markdown-body h2 { + font-size: 1.5em; +} +.markdown-body h3 { + font-size: 1.3em; +} +.markdown-body h4 { + font-size: 1em; +} a, a:link, a:visited { @@ -145,6 +158,13 @@ a:focus { color: #8b5c51; font-weight: normal; } +#error { + background-color: #111111; + border: none; +} +#error h1 { + color: #8b5c51; +} .page #footer { border-top: none; margin-left: 10px;