Add files via upload

Added styles css
This commit is contained in:
Андрей 2019-11-20 17:47:11 +04:00 committed by GitHub
parent e7bd49bd03
commit 981ebddaee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
help/style.css Normal file
View file

@ -0,0 +1,19 @@
#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;
}