What's the easiest way to make a dark theme (like on 1st photo) for markdown files hosted on github pages? Please check comments for the full description

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • blog

    My blog created with React, Gatsby & Markdown (by ChristianChiarulli)

    I know it's possible because https://www.chrisatmachine.com did exactly this (repo link https://github.com/ChristianChiarulli/blog). I would've done the same thing, but I have very little knowledge about webdev, so I can't even figure out what to research to understand what this guy did.

  • akim13.com

    Discontinued My personal website

    So, I recently started my own "website" (repo link https://github.com/Jac0g/akim13.com) It's basically just my notes written in markdown and hosted on github pages. I want to somehow turn github default white color scheme (2nd photo) into a dark one (like on the 1st photo) without changing .md files.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • primer

    Primer is a Jekyll theme for GitHub Pages

    GitHub Pages usually works by building your website using a tool called Jekyll. This uses a theme -- it looks like that's Primer in your case -- which describes how websites are formatted, and how they're styled. You can follow their instructions on how to add your own CSS on top of that. Try doing * { color: red; } just to see if you can get your stylesheet working (it should turn all text red), and then go from there.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts