diff options
| author | Track3 <pengliabc@live.cn> | 2019-01-03 18:25:14 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2019-01-03 18:25:14 +0800 |
| commit | 334d05e5a17701f171f0221c95c9235e52fa8f46 (patch) | |
| tree | f919eb9605316ad3f92b20c15c683c3e079f7b9b /assets/scss | |
| parent | f601584822fb6cc5877b2a28848e6103a775b35f (diff) | |
| download | hermit-334d05e5a17701f171f0221c95c9235e52fa8f46.tar.gz | |
Fix featured image toggle
Diffstat (limited to 'assets/scss')
| -rw-r--r-- | assets/scss/style.scss | 2 |
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 { |
