Skip to content

Instantly share code, notes, and snippets.

@SageStarCodes
Last active May 20, 2018 09:25
Show Gist options
  • Save SageStarCodes/014923e04fea4793159b8b87a6448278 to your computer and use it in GitHub Desktop.
Save SageStarCodes/014923e04fea4793159b8b87a6448278 to your computer and use it in GitHub Desktop.
@-moz-document domain("devrant.com") {
.notif-list li:nth-child(even) {
background: rgba(0, 0, 0, 0.2);
}
.notif-list li:not(.notif-new) .notif-link .notif-body .notif-body-text, .notif-list li:not(.notif-new) .notif-link .notif-body .notif-body-text .notif-username {
color: rgba(100, 100, 114, 1);
}
.notif-list li .notif-link .notif-body {
border: none;
}
.notif-list li .notif-avatar-link .icon-container {
background: hsl(240, 8%, 40%);
}
.addrant-btn {
left: inherit;
right: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment