Archived
1
0

invert origin image color in bloodgod theme

This commit is contained in:
Jeff Becker 2016-03-08 16:53:29 -05:00
parent 68c071e318
commit 2de555f176
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -76,4 +76,8 @@ table thead th {
.navbar-link > label:hover {
color: red;
}
.origin > img {
filter: invert(100%);
}