Last active
May 20, 2018 09:25
-
-
Save SageStarCodes/014923e04fea4793159b8b87a6448278 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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