Theme Files Update
This commit is contained in:
parent
20df95cf14
commit
e05f24b11b
2 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@ Demo page [https://1bl4z3r.github.io/hermit-V2/](https://1bl4z3r.github.io/hermi
|
||||||
### Configuration Guide
|
### Configuration Guide
|
||||||
|
|
||||||
Configuration Guide is present in [Explaining Configs](https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/)
|
Configuration Guide is present in [Explaining Configs](https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Original README
|
# Original README
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.scroll-up{
|
.scroll-up{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10%;
|
bottom: 10%;
|
||||||
right: 0;
|
right: 2%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all 0.5s ease;
|
transition: all 0.5s ease;
|
||||||
|
|
Loading…
Reference in a new issue