Archived
1
0

spoiler text

This commit is contained in:
Jeff Becker 2017-10-13 08:27:12 -04:00
parent f17f865f79
commit 8df0d9bbc2
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -823,3 +823,24 @@ th > label {
.fagarrows {
color: #E0727F;
}
.spoiler, .spoiler a:link, .spoiler a:visited {
color: black;
background: black;
}
.spoiler:hover {
color: white;
}
.spoiler:hover a:link {
color: #FF6600;
}
.spoiler:hover a:visited {
color: #FF6600;
}
.spoiler:hover a:hover {
color: #0066FF;
}