diff options
| author | kj_sh604 | 2026-02-14 14:13:10 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 14:13:10 -0500 |
| commit | eb61a9c22b331d6f1b1602f17bcac3362475b2cb (patch) | |
| tree | 8b8e7133620eaa53a96d09a86411f29c8d0e9a10 /docs/index.html | |
| parent | dd07af2c6c4b61590e4a3808f5e4f9d7c13d439a (diff) | |
refactor: fix docs dynamic change
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
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" /> |
