From de1bfec1255136ffb4dbd58bf9912335c998953b Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sun, 7 Sep 2025 14:09:20 -0400 Subject: [PATCH] slightly more context on flash of whit --- posts/platonically-ideal-light-dark-toggle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/platonically-ideal-light-dark-toggle.md b/posts/platonically-ideal-light-dark-toggle.md index d2d4f50..89651f6 100644 --- a/posts/platonically-ideal-light-dark-toggle.md +++ b/posts/platonically-ideal-light-dark-toggle.md @@ -33,7 +33,7 @@ And the page visually matching the state is a fundamental part of this being for The remaining points are there to address shortcomings that occur with current implementation of the first 5 points. -Point six exists to address the "flash of white" from JavaScript which affects the styling taking a moment to load +Point six exists to address the "flash of white" from JavaScript which affects the styling taking a moment to load. (called "flash of white" due to a common pre-javascript default being the light theme) Point seven is because we want to give the best experience possible even under suboptimal conditions.