summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-04-14 11:14:27 +0200
committerYorhel <git@yorhel.nl>2020-04-14 11:14:29 +0200
commit5a3a446b0530632942c577edbf10e9c7c2fb6fa9 (patch)
tree67ad747f04f200276bdc6c6f82f5ed519c1df725 /data
parentfa4e3b1e4806d98a991c0b2d42723e692ae058bf (diff)
Char::Page: Make spoiler markings stand out a little more
First feedback I got on that feature was "what custom CSS do I need to change the colors?" - I guess this more prominent color scheme is indeed more useful.
Diffstat (limited to 'data')
-rw-r--r--data/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index b668228c..f0056bfb 100644
--- a/data/style.css
+++ b/data/style.css
@@ -116,9 +116,9 @@ b.done { font-weight: normal; color: $statok$ }
b.todo { font-weight: normal; color: $statnok$ }
b.neutral { font-weight: normal }
p.center { text-align: center; }
+.standout { color: $standout$ }
b.future,
-b.standout,
-a.standout { font-weight: normal; color: $standout$; }
+b.standout { font-weight: normal; color: $standout$; }
.clearfloat { clear: both; height: 0; }
.hidden { display: none!important }
.invisible { visibility: hidden }