sdl_game_000

2026 March 15 - First Entry & Dealing with Dark Theme

Decided to start using GitHub Pages and to create the first entry of this devlog.
First odd thing I noticed is that GitHub Pages by default uses the light theme, which I don’t like. So let’s figure out what I have to do to change it to “dark theme”.

Well I can’t quite find a way of forcing a dark theme without setting up a jekyll website, and I don’t plan on doing that for the time being.

Okay I got it working well enough. I needed to create a CSS file under docs/assets/css with the name custom_style.css (needs to be different from style.css). That way I can overwrite the style of both my Markdown files and the actual HTML page that GitHub renders.