/**
Theme Name: LifterLMS Developers
Author: LifterLMS
Author URI: https://lifterlms.com
Description: Child theme for Sky Pilot
Version: 1.0.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lifterlms-developers
Template: sky-pilot
*/
.wp-block-site-title {
	display: flex;
}
.wp-block-site-title a {
	background-color: var(--wp--preset--color--primary);
	border-radius: 20px;
	color: var(--wp--preset--color--base);
	font-size: var(--wp--preset--font-size--medium);
	display: inline-block;
	padding: 3px 12px;
}
.wp-block-site-title a:hover {
	background-color: var(--wp--preset--color--secondary);
	text-decoration: none;
}