/*
Theme Name: Photos Child
Theme URI: https://wordpress.com/themes/photos/
Template: photos-wpcom
Author: Child Theme Configurator
Version: 1.0.1587469630
Updated: 2020-04-21 20:47:10

*/
/*---heeder---*/
h1, h2, h3, h4, h5, h6 {
    color: #348fdf;
}
.site-header {
    border-bottom: none;
}
.site-title a {
    color: #348fdf;
}

ul {
    list-style: none;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #348fdf;
}

a:visited {
	color: #348fdf;
}

a:hover, a:focus, a:active {
	color: #111;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}