summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-06 11:41:51 +0200
committerYorhel <git@yorhel.nl>2011-04-06 11:43:02 +0200
commit6da8f418ed9d7baa068140eebe0b8cf7e84c4bb9 (patch)
treed7129cefc76739cb6e1a3394862b13cfd0ae95fd /data
parentb02be103a2417fe19c8bd2f14fc4f7c440d7e9e8 (diff)
CSS: Hide links in [spoiler] tags
Diffstat (limited to 'data')
-rw-r--r--data/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 08479ce2..5b35e7af 100644
--- a/data/style.css
+++ b/data/style.css
@@ -107,11 +107,12 @@ b.todo { font-weight: normal; color: $statnok$ }
}
b.spoiler, b.spoiler a {
- color: #000;
+ color: #000!important;
background-color: #000;
font-weight: normal;
}
b.spoiler_shown { font-weight: normal }
+b.spoiler_shown a { color: $link$!important }
#maincontent div.quote {
padding: 1px 5px;
margin: 0px 10px;