Closed orels1 closed 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
_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
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
to
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