
/* Custom social overrides */

/* Base + hover background for TikTok button */
ul.social [class*="tiktok"],
ul.social [class*="tiktok"]:hover,
ul.social.colored [class*="tiktok"] {
	background-color: #000000;
	color: #ffffff;
}

/* Ensure the icon inherits white color */
ul.social [class*="tiktok"] i {
	color: #ffffff;
}
