invert origin image color in bloodgod theme
This commit is contained in:
parent
68c071e318
commit
2de555f176
@ -77,3 +77,7 @@ table thead th {
|
|||||||
.navbar-link > label:hover {
|
.navbar-link > label:hover {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.origin > img {
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
Reference in New Issue
Block a user