From 4155a97cf2d909b92969d93fae95757918817643 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 15 Nov 2020 11:40:56 +0100 Subject: [PATCH] dark mode --- agora-plan.md | 3 ++- dark-mode.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 dark-mode.md diff --git a/agora-plan.md b/agora-plan.md index 4165d068d..6dc50fda9 100644 --- a/agora-plan.md +++ b/agora-plan.md @@ -22,7 +22,8 @@ This page is about both, although it's probably going to be [[Agora Server]] hea ## Next - [ ] better css - - [ ] Add 'dark mode' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1 + - [x] Add '[[dark mode]]' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1 + - [x] added switching by button - [ ] add some search support -- a simple textbox + post should work - [ ] add fuzzy matching -- probably good complement to search - [ ] could help with disambiguation and acronym expansion diff --git a/dark-mode.md b/dark-mode.md new file mode 100644 index 000000000..2ed562bf4 --- /dev/null +++ b/dark-mode.md @@ -0,0 +1,8 @@ +# Dark Mode + +- [[go]] https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/ seemed decent to my untrained self. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file