Merge pull request #25 from IngCenter/DarkCat09-patch-2

Add files via upload
This commit is contained in:
Mikhail Abramov 2019-11-20 22:55:10 +04:00 committed by GitHub
commit 20eeaa7183
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;
}