Archived
1
0

add spoiler css

This commit is contained in:
jeff 2015-08-31 16:41:25 -04:00
parent fd1193f73a
commit a2fd94a83e

View File

@ -149,6 +149,20 @@ body {
font-weight: bold; font-weight: bold;
} }
.spoiler {
display: inline-block;
}
.spoiler > p {
background: black;
color: black;
}
.spoiler:hover > p {
background: black;
color: white;
}
.intro { .intro {
margin-bottom: 0.75em; margin-bottom: 0.75em;
} }