/* ここにCSSを記入 */

#site-logo path{   
　　fill: red; 
}
.icon, .omanko {
    fill: #fcd000 !important;
}

:root[theme="dark"] { 
	
	body.public-page,
.footer{
	background: #000a17;
}
	
	.header{
		background: #141E2B;
	}
	.mobile-menu-buttons{
		border-bottom: solid 0px #000a17;
		background:#141e2b;
	}

.mobile-menu-buttons .menu-button:hover {
	background: #000A17;
}
	
	
}

@media (prefers-color-scheme:dark){

body.public-page,
.footer{
	background: #000a17;
}
	
	.header{
		background: #141E2B;
	}
	
main.main, div.sidebar,
#sidebar-menu-content{
	background: transparent;
}
.front-page-type-index .a-wrap,
.front-page-type-index .a-wrap:hover{
		background: #141E2B;
}


.mobile-menu-buttons{
		border-bottom: solid 0px #000a17;
		background:#141e2b;
	}

.mobile-menu-buttons .menu-button:hover {
	background: #000A17;
}

body.public-page {
	color: #FFF;
}
.entry-card-title{
	color: #FFF;
}

.category-entry-card-bottom .cat-link {
	background: transparent;
}
.category-entry-card-bottom .tag-link {
	background: transparent;
	color: #AAA;
}

}