Meidua Red Company
Meidua Red Company
.spoiler {
background-color: gray;
color: transparent;
user-select: none;
}
.spoiler a {
color: transparent;
text-decoration: underline;
pointer-events: none;
}
.spoiler:hover {
background-color: inherit;
color: currentColor;
}
.spoil...