FallSimulator/help/style.css

19 lines
228 B
CSS
Raw Normal View History

2019-11-20 16:47:11 +03:00
#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;
}