chore: minor improvements from theme submodule
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
4801a792b6
commit
e25153d118
@ -230,6 +230,7 @@ table {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.45);
|
box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.45);
|
||||||
background-color: $dark-grey;
|
background-color: $dark-grey;
|
||||||
|
animation-duration: .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hdr-wrapper {
|
.hdr-wrapper {
|
||||||
@ -636,7 +637,7 @@ hr.post-end {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.footnote-return {
|
&.footnote-backref {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -646,12 +647,18 @@ hr.post-end {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-ref a {
|
a.footnote-ref {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: $midnightblue;
|
background-color: $midnightblue;
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: $theme;
|
||||||
|
transition-property: background-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-info {
|
.post-info {
|
||||||
|
Loading…
Reference in New Issue
Block a user