diff options
author | bt <bt@web> | 2023-12-10 13:40:53 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-10 13:40:53 -0500 |
commit | ea31c5c0ce8d91dd94457b23dfcaa3d49d639ceb (patch) | |
tree | 41e86894fb93eecb5fb0ceed12eeafa83e3bcd0f /posts | |
parent | 7e1854a14d43ba296a2d5bcb9575ea701b288914 (diff) |
Diffstat (limited to 'posts')
-rw-r--r-- | posts/lazy-dev-dark-mode.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/lazy-dev-dark-mode.md b/posts/lazy-dev-dark-mode.md index 58026b5..ff17d92 100644 --- a/posts/lazy-dev-dark-mode.md +++ b/posts/lazy-dev-dark-mode.md @@ -1,6 +1,5 @@ -# The Lazy Developer's Dark Mode - -2021-04-12 +[[!meta title="The Lazy Developer's Dark Mode"]] +[[!meta date="2021-04-12"]] After recently jumping back to Jekyll for my personal blog, I decided to take a closer look at how I was supporting `dark mode` for my visitors. I was using the proper CSS query to target those who had system-wide dark mode enabled, but I found that the code had far too many caveats and targeted too many custom classes. |