Add auto theme that uses Twitter dark

Closes #332
This commit is contained in:
Zed 2022-01-09 23:58:21 +01:00
parent 23b36d4268
commit c042c84203
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,2 @@
@import "twitter_dark.css" (prefers-color-scheme: dark);
@import "twitter.css" (prefers-color-scheme: light);