CHANGE scroll indicators to be interactive
This commit is contained in:
parent
559cf1ef80
commit
aee652e045
4 changed files with 45 additions and 24 deletions
|
@ -153,9 +153,21 @@ header {
|
|||
justify-content: center;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
padding: 2rem;
|
||||
font-size: x-large;
|
||||
|
||||
.down {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.up {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
i {
|
||||
color: {{ .Site.Params.color.secondary }};
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.totop {
|
||||
|
@ -297,6 +309,14 @@ header {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
:last-child {
|
||||
|
||||
.scroll-indicator.down {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
article {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue