diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-09 16:26:54 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-09 16:26:54 +0100 |
commit | d4a348441a24a3b2e0996d4d3264ce5eac61dbb3 (patch) | |
tree | 0e4afafc263130f92b194970b75ed4ec52884189 | |
parent | f283102989bbcc1a249f8779d55fa8a57e4cffcd (diff) |
TODO: Add task for dark mode.
-rw-r--r-- | TODO.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ * use syntax highlighting for Guile attachments http://localhost:1234/issue/36487#2 +* dark mode +I had to give up on this because the @media query =prefers-color-theme= does not work in icecat or chromium. +https://css-tricks.com/dark-modes-with-css/ +https://mwichary.medium.com/dark-theme-in-a-day-3518dde2955a + * detect commits and linkify them this should depend on per-package configuration |