1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

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

View File

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