fix links in spoilers

This commit is contained in:
albert
2013-02-21 12:44:06 -05:00
parent 78f1d0f69a
commit 76177542dc

View File

@@ -3,6 +3,14 @@
background: black;
}
.spoiler a {
color: black;
}
.spoiler:hover {
color: white;
}
}
.spoiler:hover a{
color: white;
}