Skip to content

Instantly share code, notes, and snippets.

@dguo
Last active March 23, 2019 02:37
Show Gist options
  • Save dguo/236be7d137de77bf10d5c1031c4e4df3 to your computer and use it in GitHub Desktop.
Save dguo/236be7d137de77bf10d5c1031c4e4df3 to your computer and use it in GitHub Desktop.
blog - Custom Website Selection Colors - specific-selections
.iron-man::selection {
color: #beba46;
background:#790d0d;
}
.iron-man::-moz-selection {
color: #beba46;
background: #790d0d;
}
.incredible-hulk::selection {
color: #bf80ff;
background: #70964b;
}
.incredible-hulk::-moz-selection {
color: #bf80ff;
background: #70964b;
}
.thor::selection {
color:#e63900;
background: #363636;
}
.thor::-moz-selection {
color: #e63900;
background: #363636;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment