@charset "UTF-8";

body,
.caution{
	background-color: #c8c2c6;
	color: #000;
}

#link a i,
#about > div,
#modal div.modal-open,
#about > div > h3{
	border-style: solid;
	border-color: #000;
}

#link a i,
#about > div,
#modal div.modal-open{
	border-width: 0.2rem;
}

#about > div > h3{
	border-bottom-width: 0.1rem;
}

#link a:hover span{
	color: #000;
}

.tag,
#link a:hover i,
.restricted > div .btn,
footer{
	background-color: #000;
	color: #fff;
}

#link,
.restricted > div .btn,
footer{
	mix-blend-mode: multiply;
}

#about strong{
	background:linear-gradient(transparent 60%, #ffdd25 60%);
}

#about > div p a{
	background:linear-gradient(transparent 60%, #fff 60%);
}

#modal div.modal-open,
.restricted > div{
	background-color: #fff;
}

#about > div{
	background-color: rgba(255,255,255,0.7);
}