• 0 Posts
  • 4 Comments
Joined 5 years ago
cake
Cake day: May 31st, 2020

help-circle
  • Ephera@lemmy.mltomemes@lemmy.worldIt used to be fun
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 days ago

    They had to throw out lots of customization options, because Google made a ton of changes to Android/AOSP and it wasn’t compatible anymore.

    Like, LineageOS is still a more feature-rich and cleaner OS than what comes preinstalled on most phones. But yeah, even relatively simple stuff like setting a system font never got a real replacement.

    No idea, if it is still easily possible to implement that. You can fake it by replacing the Roboto font file with a different font, but you get weird font issues in various apps then.


  • :root {
      color-scheme: light dark;
      --text: light-dark(#000, #FFF);
      --bg: light-dark(#EEE, #242936);
    }
    

    Hmm, I guess the advantage of that over

    @media (prefers-color-scheme: dark) {
        /*set different values for variables*/
    }
    

    is that you can set the color scheme via a button much more easily then.

    Had to think about that for a moment, because the old way of doing things seemed fine, but that is a pretty good reason, I guess.



  • Ephera@lemmy.mltomemes@lemmy.world#stopclimatechange2030
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 days ago

    My favorite is that there’s still institutions talking about the +1.5°C goal. We’re already seeing average temperatures beyond that and we haven’t even started slowing down how much it heats up. For that, we’d need to bring CO2 emissions close to 0, not increase them year after year.