/*
 Theme Name:   Ton's Sempress Adaptations
 Theme URI:    https://www.zylstra.org/blog
 Description:  Sempress Child Theme
 Author:       Ton Zijlstra
 Author URI:   https://www.zylstra.org/blog
 Template:     sempress
 Version:      1.0.0
 Text Domain:  tonsempress
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */
#site-title {margin-left: 20px;}
#site-title a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 2px 1px #808080;	
}
#site-description {
	margin-left: 20px;
	font-weight: normal;
  	color: #ffffff;
  	text-shadow: 1px 2px 1px #808080;
}

.widget {
	border-bottom: 5px solid #000000;
}

article.page, article.post, article.attachment {
	 border-radius: 15px 50px;
}

code {background-color: lightgray;}