aboutsummaryrefslogtreecommitdiff
path: root/posts/dark-mode.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-01-19 09:02:37 -0500
committerBradley Taunt <bt@btxx.org>2024-01-19 09:02:37 -0500
commit886271bb3b9a07295ecf7c6c8878fb52bdeff9b4 (patch)
tree0a970c59d236acc018248edd5ff3eb37442c0602 /posts/dark-mode.md
Initial commit for cgit platform
Diffstat (limited to 'posts/dark-mode.md')
-rw-r--r--posts/dark-mode.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/posts/dark-mode.md b/posts/dark-mode.md
new file mode 100644
index 0000000..e31c24c
--- /dev/null
+++ b/posts/dark-mode.md
@@ -0,0 +1,19 @@
+# Supporting Basic Dark Mode
+
+2023-03-07
+
+The default `barf` site generator now supports basic dark mode functionality. This has been achieved by including the standard `color-scheme` meta tag in the core `header.html` file:
+
+```
+<meta name="color-scheme" content="dark light">
+```
+
+This change also ships with some minor updates to the default `blockquote` design. You can see an example below:
+
+> This is a really *cool* blockquote
+
+## Minor Caveat
+
+Unfortunately, Safari still has minor `ahref` / link color issue when defaulting to browser dark mode. If this is a problem for your own build of `barf`, take a look at a [solution I wrote about here](https://bt.ht/safari-default-dark-mode/).
+
+Personally, I can't be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn't be using Safari anyway - it's proprietary garbage. \ No newline at end of file