Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd dark mode #22
Add dark mode #22
Conversation
| @@ -1,8 +1,91 @@ | |||
| .notion { | |||
transitive-bullshit
Jul 22, 2020
Author
Collaborator
I tried to keep the naming of the CSS variables consistent, but Notion's not super consistent internally.
I tried to keep the naming of the CSS variables consistent, but Notion's not super consistent internally.
|
Had a quick browse on my phone, looking good |
|
@timolins good call -- just fixed so the icons & emoji will not be transparent in dark mode. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Check it out live here: https://test16.saas-journey.com💯
I added a commented-out example under
examples/pages/index.tsxthat shows how to enabledarkMode.Here's a test page for all the different Notion colors: https://test16.saas-journey.com/Color-Rainbow-54bf56611797480c951e5c1f96cb06f2
I'm using CSS variables to keep things DRY and so it'll be easier to add theming support in the future.