git ssb

2+

mixmix / ticktack



Commit 11077fcc6044da14d8d6b456433b1ab49482cc7c

invert icons

mix irving committed on 5/9/2018, 12:59:05 AM
Parent: 2034e26ec445a1737076fd296563818d32051af1

Files changed

app/sync/initialize/styles.jschanged
app/sync/initialize/styles.jsView
@@ -16,8 +16,11 @@
1616
1717 body .Page img {
1818 filter: invert();
1919 }
20 +.Option > div.circle > i > img {
21 + filter: none;
22 +}
2023 div.Thumbnail {
2124 filter: invert();
2225 }
2326 body .Lightbox img {

Built with git-ssb-web