mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
43f48386d7
This uses `prefers-color-scheme: dark` to automatically switch to dark mode if the user specifies it in their system settings. Dark mode is supported in Firefox 67, Chrome 76, Safari 12.1, and iOS 13 as of this commit, but the current status can be checked here: https://caniuse.com/#feat=prefers-color-scheme Additionally, this uses CSS Variables to implement the color-switching mechanism. This isn’t supported in IE, but the site degrades reasonably well with them disabled. Support table: https://caniuse.com/#feat=css-variables |
||
---|---|---|
.. | ||
images | ||
app.ts | ||
app_test.ts | ||
benchmarks.html | ||
favicon.ico | ||
index.html | ||
manual.html | ||
manual.md | ||
rustdoc | ||
showdown_toc.js | ||
style.css | ||
style_guide.html | ||
style_guide.md | ||
typedoc | ||
welcome.ts |