Skip to content

Instantly share code, notes, and snippets.

@manton
Created March 12, 2024 20:45
Show Gist options
  • Save manton/bb5263c4219fde5ebd4be7e962d8c9d8 to your computer and use it in GitHub Desktop.
Save manton/bb5263c4219fde5ebd4be7e962d8c9d8 to your computer and use it in GitHub Desktop.
ul.blogroll li {
list-style-type: none !important;
}
ul.blogroll li a {
text-decoration: none;
color: black;
}
ul.blogroll li a span {
color: gray;
}
@media (prefers-color-scheme: dark) {
ul.blogroll li a {
color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment