noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 377e82e699dd2ae241d7d1b93ab05282157ad2ad
parent: abf59ac14aa6a91236b1105adce03f3c47ef5ec7
author: Chris Noxz <chris@noxz.tech>
date:   Mon, 30 Sep 2019 06:52:21 +0200
Change spoiler behaviour
Mnoxz.tech/pub/style.css3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/noxz.tech/pub/style.css b/noxz.tech/pub/style.css
@@ -192,9 +192,10 @@ pre code {
 .spoiler {
     color           : #000;
     background      : #000;
+    cursor          : pointer;
 }
 
-.spoiler:hover {
+.spoiler:active {
     color           : inherit;
     background      : inherit;
 }