Skip to content

Instantly share code, notes, and snippets.

@ashtonx
Last active March 16, 2020 01:01
Show Gist options
  • Save ashtonx/cbd17cb78574fd46eb3efc3ac7477bbc to your computer and use it in GitHub Desktop.
Save ashtonx/cbd17cb78574fd46eb3efc3ac7477bbc to your computer and use it in GitHub Desktop.
Dynamic Theme fixes for dark reader
================================
duolingo.com
INVERT
.qLLbC
._2boWj
CSS
._1gz3r{
opacity: 0.5;
}
================================
memrise.com
CSS
#content {
background-color: ${lightgray};
}
body {
background-color: ${lightgray};
}
.single-continue-button.single-continue-button {
color: ${black};
}
.mode-selector-modal{
background-color: ${darkgray};
}
.mode-selector-modal-content .mode-icons .mode-icon .mode-counter {
background-color: ${lightgray};
border-color: ${darkgray};
}
.mode-selector-modal-content .mode-icons .mode-icon img {
filter: invert(100%);
}
================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment