summaryrefslogtreecommitdiff
path: root/website/manual.html
AgeCommit message (Collapse)Author
2019-07-27use animated-deno-logo in denolib (#2691)hashrock
2019-06-19website: use css variables and prefers-color-scheme (#2547)Jed Fox
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
2019-04-27Use alt logos on benchmarks and manual page (#2211)Ryan Dahl
2019-03-01Add favicon.ico generated by deno_logo_3.svg and add link tag in every page ↵Jon Jee
(#1861)
2019-02-27Use the SVG logo everywhere. Add logo links to manual. (#1841)Ryan Dahl
2019-02-26Add "Dino in the Rain" to manual page (#1840)Kevin (Kun) "Kassimo" Qian
2019-02-20Add section explaining resources and metrics to the manual (#1819)EnokMan
2019-02-16Added website icon link (#1792)Luke
2019-02-15Syntax highlighting on the website paegs (#1780)满远荣
2019-02-12More web design work (#1759)Ryan Dahl
2019-02-11web design (#1728)Ryan Dahl