/**
 *
 * DOL - Discord OAuth2 light. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2019, phpBB Studio, https://www.phpbbstudio.com
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */
a[href$="studio_discord"] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	background: #2c2f33 url("./svg/discord-white.svg");
	border-color: #23272a;
	border-radius: 4px;
	color: transparent;
	padding: 4px 8px;
}

a[href$="studio_discord"]:hover {
	background: #23272a url("./svg/discord-purple.svg");
	border-color: #7289da;
	color: transparent;
}
