wetdry.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
We are a community focused on gaming, tech, entertainment, and more.

Administered by:

Server stats:

721
active users

i cant believe you dark mode users who make websites with only a dark theme that could easily have prefer color scheme light by changing like 3 hex codes. but if you go to a site that uses light mode instead of dark mode by default you fucking explode. holy shit like some yall see a screenshot of a light mode app and you get blinded.

this is the greatest website ive ever made [mc.wugg.ing]. the only line of css is this

@media (prefers-color-scheme: dark){body{color: white;background: black}}

mc.wugg.ingofficial alpine linux mc server

@rat@brain.worm.pink i'm going to do this on my dark mode only site tomorrow

@rat@brain.worm.pink for an unknown reason it's not working for me when running it locally so i'll push it to the web host and see if that will work somehow

@rat@brain.worm.pink i have pushed it and it still doenst work
neither the browser nor ide show any errors
:neofox_yeet:

@atom @rat you gotta put the media query at the bottom so that the other rules dont override it

@unnick @atom yeah this, it needs to be below everything that it edits