FallSimulator/help/css/style.css
Андрей fbba67d8bc
Add files via upload
Edited main.cpp, Edited help and Added screenshots to help.
2019-12-13 14:59:48 +03: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;
}