aboutsummaryrefslogtreecommitdiff
path: root/assets/scss
diff options
context:
space:
mode:
authorTrack3 <pengliabc@live.cn>2019-01-03 18:25:14 +0800
committerTrack3 <pengliabc@live.cn>2019-01-03 18:25:14 +0800
commit334d05e5a17701f171f0221c95c9235e52fa8f46 (patch)
treef919eb9605316ad3f92b20c15c683c3e079f7b9b /assets/scss
parentf601584822fb6cc5877b2a28848e6103a775b35f (diff)
downloadhermit-334d05e5a17701f171f0221c95c9235e52fa8f46.tar.gz
Fix featured image toggle
Diffstat (limited to 'assets/scss')
-rw-r--r--assets/scss/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index f8ea1d9..12d550c 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -447,7 +447,6 @@ p.img-404 {
z-index: -1;
position: fixed;
top: 0;
- cursor: pointer;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
@@ -458,6 +457,7 @@ p.img-404 {
.show-bg-img {
z-index: 100;
opacity: 1;
+ cursor: pointer;
}
.post-header {