chore: minor improvements from theme submodule
All checks were successful
continuous-integration/drone/push Build is passing

* as we're using customised style.scss a manual merge is needed.
  this could probably be better served by loading the changes from a
  separate .scss file (TBD)
This commit is contained in:
surtur 2020-10-05 13:11:36 +02:00
parent 4801a792b6
commit e25153d118
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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 {
@ -636,7 +637,7 @@ hr.post-end {
background: transparent;
}
&.footnote-return {
&.footnote-backref {
text-decoration: none;
}
}
@ -646,12 +647,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 {