/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header {
	border-bottom: 1px solid #E5E7EB;
	box-shadow: 0 2px 2px -2px rgb(0 0 0 / 15%);
}

.site-footer {
	border-top: 1px solid #E5E7EB;
	box-shadow: 0px 2px 2px -2px rgb(0 0 0 / 15%);
}

p, pre {
    margin-top: 1rem;
	margin-bottom: 1rem;
}
h2 a {
    text-decoration: none;
}
h2 a:hover {
	color: #1e73be;
    text-decoration: underline;
}