pub / selfoss-tweaks

Tweaks for the selfoss RSS reader
git clone src.jayvii.de/pub/selfoss-tweaks.git
Home | Log | Files | Exports | Refs | RSS

dark_injection.css (267B)


      1 /* This will be injected within the "public/index.[0-9a-z]+.css" file in order
      2  * to prevent being "flash-banged", when opening the selfoss webclient in dark
      3  * mode
      4  */
      5 @media (prefers-color-scheme: dark) {
      6   body{
      7     background-color: #000;
      8     color: #fff;
      9   }
     10 }