Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save armyofda12mnkeys/348d38f219da2cd98fef95fc233a0d0f to your computer and use it in GitHub Desktop.
Save armyofda12mnkeys/348d38f219da2cd98fef95fc233a0d0f to your computer and use it in GitHub Desktop.
.Person {
background-color: white;
color: #ccc;
}
.dir-rtl .Person {
font-family: someBetterRTLFont;
}
.dark-mode .Person {
background-color: black;
color: white;
}
.dark-mode.dir-rtl .Person {
font-family: someEvenBetterRTLFont;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment