Explorar el Código

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

* add auto theme that uses prefer-color-scheme

fixes #312
alqeeu hace 5 años
padre
commit
5ccb24b008
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      public/css/themes/auto.css

+ 2 - 0
public/css/themes/auto.css

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