GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

sknob (sknob@mamot.fr)'s status on Monday, 14-Jul-2025 02:50:06 JST

  1. Embed this notice
    sknob (sknob@mamot.fr)'s status on Monday, 14-Jul-2025 02:50:06 JST sknob sknob
    in reply to
    • EaterOfSnacks
    • Kristoffer Lislegaard
    • Blaise Grenier

    @lislegaard @eaterofsnacks
    There are different ways of doing it, but the most common and compatible way is with a media query. It’s really a matter of defining the colors for light and dark. Something like :

    :root {
    --bg: #fff;
    --text: #000;
    }
    @media (prefers-color-scheme: dark) {
    :root {
    --bg: #000;
    --text: #fff;
    /* filter: brightness(.8) contrast(1.2); */
    }
    }

    In conversation about a year ago from gnusocial.jp permalink

Feeds

  • Activity Streams
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.