• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

ios 1.13.0 dark mode CSS codes

Scheduled Pinned Locked Moved Technical Support
1 Posts 1 Posters 215 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crazycellsC Offline
    crazycellsC Offline
    crazycells
    wrote on last edited by
    #1

    Hi,

    We would like to add some CSS code to our forum, so that when someone is using ios in dark mode, our forum will run as "night mode"...

    We have this code, we have added some in it, but it is missing some key elements and it is not practical to copy paste whole night mode codes of the forum in it...

    so is there a code that you can suggest, so when people use dark mode, it will activate regular night mode function of the forum?
    Thanks...

    @media (prefers-color-scheme: dark) {
        body {
                 ...
                  }
    }
    
    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development