/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */

body{
	color:#eee;
}

.header{
	background:#111;
}

#logo a{
	color:#fff;
}

.header .nav li a{
	color:#ccc;
}

.entry-content blockquote{
	background:#111;
}

.entry-content table{
	font-size:80%;
}

.entry-content tr:nth-child(even) {
	background-color:#222;
}

.sidebar{
	position:sticky;
	top: 0;
	height:auto;
}