diff --git a/contrib/static/site.css b/contrib/static/site.css index 5720b30..25b32fa 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -149,6 +149,20 @@ body { font-weight: bold; } +.spoiler { + display: inline-block; +} + +.spoiler > p { + background: black; + color: black; +} + +.spoiler:hover > p { + background: black; + color: white; +} + .intro { margin-bottom: 0.75em; }