Skip to content

Commit 29a6e13

Browse files
committed
Add spoiler
1 parent 480d267 commit 29a6e13

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

assets/css/_custom.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
// ==============================
22
// Custom style
33
// ==============================
4-
// You can override the variables in _variables.scss to customize the style
4+
// You can override the variables in _variables.scss to customize the style
5+
6+
.spoiler {
7+
color: black;
8+
background-color:black;
9+
}
10+
.spoiler:hover{
11+
color: white;
12+
}
13+
14+
.post-warp .post-content img {
15+
max-width: 100%;
16+
}

0 commit comments

Comments
 (0)