New stuff

This commit is contained in:
MrOtherGuy
2018-10-21 21:27:25 +03:00
parent 15cb67cf2c
commit 23c5b7792c
4 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
/* Makes black favicons more visible on dark background, contrast will be lowered though */
.tab-icon-image{ filter: invert(40%) contrast(250%) saturate(250%) !important; }