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:
2
public/css/themes/auto.css
Normal file
2
public/css/themes/auto.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "nitter.css" (prefers-color-scheme: dark);
|
||||
@import "twitter.css" (prefers-color-scheme: light);
|
||||
Reference in New Issue
Block a user