From 947bdb343180b20aa85eb529764a68a73fdcff9a Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Sat, 11 Jan 2020 13:06:35 -0500 Subject: Add CSS for spoilered text. --- haunt/static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 7685be1..a198a89 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -303,3 +303,14 @@ button { .label-bad { background-color: #dc3545; } + +/* Spoilered text. */ + +.spoiler { + background-color: #2e3436; + color: #2e3436; +} + +.spoiler:hover { + background-color: #f6f5f4; +} -- cgit v1.3