//META{"name":"ReplaceHomeButton","description":"Allows easy replacement for the background of the home button.","author":"CompletelyUnbelievable","version":"1.0","source":"https://github.com/CompletelyUnbelievable/ThemeResource","website":"https://git.io/vhWjm"}*//

/*For replacing the background, just replace the url in-between the parenthesis. If you are using a rather solid image, not an icon as in this example, then the background-size property will need to be changed to something else.*/
.da-appMount .da-guildsWrapper .da-guilds .da-homeIcon {
	background-image: url(https://payload141.cargocollective.com/1/10/342029/5124828/Beautiful-Icosahedron.gif);
	background-size: 125% 125%;
	background-repeat: no-repeat;
	background-position: center;
}

/*Hides the discord svg image from the home button, this could be used to recolor it as well.*/
.da-appMount .da-guildInner .da-homeIcon g > use {
	fill: transparent;
}

/*Sets the initial color to override the JS color transition, requires importance. Unless you are changing the origional background color then this does not need to be changed.*/
.da-guilds > div:nth-child(1) > .da-guildInner {
	background-color: transparent !important;
}
