FallSimulator/help/style.css
2019-11-20 17:47:11 +04:00

19 lines
No EOL
228 B
CSS

#opensource-text {
color: darkturquoise;
}
span {
font-weight: bold;
}
.spoiler {
padding: 10px;
background-color: bisque;
}
.spoiler > input + .box {
display: none;
}
.spoiler > input:checked + .box {
display: block;
}