fixes #71: Comment spoiler function not working
This commit is contained in:
@@ -137,6 +137,21 @@ h3 {
|
||||
font-size: $h3_size;
|
||||
}
|
||||
|
||||
.spoiler {
|
||||
color: black;
|
||||
background: black;
|
||||
cursor: text;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.spoiler a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.spoiler:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.prose {
|
||||
h1, h2, h3 {
|
||||
line-height: 1em;
|
||||
|
||||
Reference in New Issue
Block a user