diff --git a/help/style.css b/help/style.css new file mode 100644 index 0000000..8391859 --- /dev/null +++ b/help/style.css @@ -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; +} \ No newline at end of file