/*
Theme Name: Bluartwork
Theme URI: https://oceanwp.org/
Description: OceanWP child theme.
Author: David
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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

#scroll-top {
	border-radius: 0px;
	border-top: 1px solid black !important;
	border-bottom: 1px solid black !important;
	border-style: solid;
}
a:focus {
    outline: 0px !important;
    outline: none !important;
}