Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
0
Comments
87
Joined
1 wk. ago

  • Lol, no. I made a usercss for this (currently not released) but explicitly disabled it here. But that one uses a base style that switches via @prefers light/dark:

         
        
    @media (prefers-color-scheme: dark) {
      :root {
        --text-color: #DBD9D9;
        --text-highlight: #232323;
        --bg-color: #1f1f1f;
        …
      }
    }
    @media (prefers-color-scheme: light) {
      :root {
        …
      }
    
    
      

    Guess your site uses one of them too.

  • In parallel, Google has rolled out its Play Integrity API, which allows developers to limit app functionality when sideloaded, effectively pushing users to install apps only through the Google Play Store.

    All of this while EU forbids Apple to do the same, what is the idea here? Measuring how EU reacts?