Skip to content

Instantly share code, notes, and snippets.

@AliciaMoses
Created December 30, 2024 01:18
Show Gist options
  • Save AliciaMoses/b718c443ce8c2eee95d22d65781fadea to your computer and use it in GitHub Desktop.
Save AliciaMoses/b718c443ce8c2eee95d22d65781fadea to your computer and use it in GitHub Desktop.
Minimal dark-mode gist styling
.gist-meta {
display: none;
}
@media (prefers-color-scheme: dark) {
.gist {
filter: invert(1) hue-rotate(180deg) brightness(0.8) contrast(1.2);
}
}
@AliciaMoses
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment