/*
Theme Name: OceanWP Child by GB
Theme URI: https://oceanwp.org/
Description: Child theme for OceanWP.
Author: Generations Beyond
Author URI: https://generationsbeyond.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.gb-link {
	opacity: 0.5;
	transition: opacity 0.2s;
}
.gb-link:hover {
	opacity: 1;
}
.gb-link a {
	color: inherit !important;
}
.gb-link a:hover {
	color: inherit !important;
	text-decoration: underline;
}