@charset "UTF-8";

/* ↓全体の背景色 */
body,
.link,

a.nsfw::before{
	background-color: #fffffe;
	color: #2d334a;
}

article .comment a.readmorebutton,
input.passkeysubmit {
    background-color: var(--button);
    color: var(--background);
}

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

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

/* ↓実線 */
ul.cattree li{
	border-bottom: solid 0.1rem #272343;
}

article,
.nodata,
.nolist,
form.postform textarea{
	border: solid 0.2rem #020826;
}

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

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: #fffffe;
	color: #2d334a;
}

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