diff options
-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. |