add auto theme that uses prefer-color-scheme (#323)

* add auto theme that uses prefer-color-scheme

fixes #312
This commit is contained in:
alqeeu 2021-01-23 19:27:29 +02:00 committed by GitHub
parent aebd0b6f1d
commit 5ccb24b008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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