@charset "UTF-8";

/* ↓全体の背景色 */
body,
.link,
article .comment a.readmorebutton,
input.passkeysubmit,
a.nsfw::before{
	background-color: #ddd;
	color: #000;
}

/* ↓各記事の一番下のカテゴリやタイムスタンプのとこの文字色 */
.oneloginfo{
	color: #aaa;
}

/* ↓リストの飾りの色 */
ul.decorationL li::before{
	color: #7bbccd;
}

/* ↓記事内のリンク色 */
article .comment a{
	color: #e41a20;
}

/* ↓各記事の背景色 */
article .comment,
.oneloginfo,
.nodata,
.nolist{
	background-color: #fff;
}

input.passkeyinput{
	background-color: #eee;
}

/* ↓投稿フォーム */
.postarea{
	background-color: #e3e3e3;
}

/* ↓強調文字のマーカー */
article em{
	font-style: normal;
	background:linear-gradient(transparent 60%, #ffee99 60%);
}

/* ↓投稿フォームの背景色 */
form.postform textarea{
	background-color: #fff;
}

/* ↓投稿フォームのボタンの背景色 */
.line-control input,
.changelink{
	background-color: #bfbfbf;
}

/* ↓黒背景に白文字のところ */
.link ul li a,
.pagenumhere,
.line-control input.postbutton,
.newpost button,
footer{
	background-color: #000;
	color: #fff;
}

.link ul li a,
.pagenums,
.newpost,
footer{
	mix-blend-mode: multiply;
}
