summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-03 08:36:06 -0500
committerIkiWiki <ikiwiki.info>2023-12-03 08:36:06 -0500
commitfe1ef6a3f7ec745409131dff16b1d641ccf3d044 (patch)
treedaa90e59ce02e03306d4e6db13e46dcee11a55e8
parent954e87234c2a5f22d33fa57ba238f92610a68de5 (diff)
-rw-r--r--posts/safari-default-dark-mode.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/posts/safari-default-dark-mode.md b/posts/safari-default-dark-mode.md
index 14f48c0..c8528f8 100644
--- a/posts/safari-default-dark-mode.md
+++ b/posts/safari-default-dark-mode.md
@@ -1,6 +1,5 @@
-# Dear Apple, Please Fix Safari's Default Dark Mode Link Color
-
-2022-04-18
+[[!meta title="Dear Apple, Please Fix Safari's Default Dark Mode Link Color"]]
+[[!meta date="2022-04-18"]]
Supporting dark mode on the modern web falls under the realm of accessibility and should not be ignored. It is important and helps keep the visual flow of your content to match that of your users' operating system UI. Not to mention, it's easy to implement and keep consistent across browsers.
@@ -57,7 +56,6 @@ My hope if that even one Safari design or development team member stumbles acros
Thanks for reading and happy dark mode to you all!
-## Refs
+[^1]: Special thanks to [Seirdy](https://seirdy.one/) for suggesting the use of :link and :active support. I recommend you check out his take on [dark mode / theme support](https://seirdy.one/2020/11/23/website-best-practices.html#dark-themes).
-1. Special thanks to [Seirdy](https://seirdy.one/) for suggesting the use of :link and :active support. I recommend you check out his take on [dark mode / theme support](https://seirdy.one/2020/11/23/website-best-practices.html#dark-themes).
-2. This has an open ticket through [Webkit Bugzilla](https://bugs.webkit.org/show_bug.cgi?id=209851)
+[^2]: This has an open ticket through [Webkit Bugzilla](https://bugs.webkit.org/show_bug.cgi?id=209851)