Minor improvements

* fix footnote style
* speed up header animations
* update animate.css, remove `-webkit-` vendor prefix
This commit is contained in:
Track3
2020-06-08 22:30:36 +08:00
parent d638b06204
commit 2dc35c5c6a
5 changed files with 19 additions and 14 deletions

View File

@ -230,6 +230,7 @@ table {
box-sizing: border-box;
box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.45);
background-color: $dark-grey;
animation-duration: .3s;
}
.hdr-wrapper {
@ -628,7 +629,7 @@ hr.post-end {
background: transparent;
}
&.footnote-return {
&.footnote-backref {
text-decoration: none;
}
}
@ -638,12 +639,18 @@ hr.post-end {
}
}
.footnote-ref a {
a.footnote-ref {
box-shadow: none;
text-decoration: none;
padding: 2px;
border-radius: 2px;
background-color: $midnightblue;
&:hover{
box-shadow: none;
background-color: $theme;
transition-property: background-color;
}
}
.post-info {