Skip to content

Instantly share code, notes, and snippets.

@oliverlindberg
Created March 4, 2024 08:58
Show Gist options
  • Save oliverlindberg/88f9c7a090e60dafc5f041e0c4a1f06e to your computer and use it in GitHub Desktop.
Save oliverlindberg/88f9c7a090e60dafc5f041e0c4a1f06e to your computer and use it in GitHub Desktop.
@media (prefers-color-scheme: dark) {
body {
background-color: #333; /* Dunkler Hintergrund im Dark Mode */
color: #fff; /* Helle Schriftfarbe im Dark Mode */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment