aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 14:13:10 -0500
committerkj_sh6042026-02-14 14:13:10 -0500
commiteb61a9c22b331d6f1b1602f17bcac3362475b2cb (patch)
tree8b8e7133620eaa53a96d09a86411f29c8d0e9a10 /docs/index.html
parentdd07af2c6c4b61590e4a3808f5e4f9d7c13d439a (diff)
refactor: fix docs dynamic change
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index ffc559f..e364a56 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -9,7 +9,7 @@
content="A drop-in collection of monochrome CSS styles to make simple websites look clean and elegant."
/>
- <!-- Startup styles of noir.css -->
+ <!-- Startup styles of noir.css, so styles don't have to wait until JS is loaded -->
<link rel="preload" as="style" href="./noir.css/dark.min.css" />
<link rel="preload" as="style" href="./noir.css/light.min.css" />
<link rel="stylesheet" id="js-startup-stylesheet" href="./noir.css/noir.min.css" />