Twentysix26 / Red-Docs

Docs for Red - Discord bot
8 stars 16 forks source link

Styling updates #62

Closed orels1 closed 7 years ago

orels1 commented 7 years ago

Updated the styling, made it less generic and more appealing (for my taste).

Left the light theme turned on by default, but also included the dark theme, which can be accessed by changing

<link rel="stylesheet" href="{{ "/css/theme-red-light.css" | prepend: site.baseurl }}">

to

<link rel="stylesheet" href="{{ "/css/theme-red-dark.css" | prepend: site.baseurl }}">

in _includes/head.html

Also cleared up some annoying and unnecessary gems which were cutoff by GH limitations and increased build times.

You can see it in action here