Though it's not a true "dark mode", you can use CSS' filter to create dark mode of your own: html { filter: invert(1); }. Inverting colors ...
確定! 回上一頁