From e25153d1181bce7c88de6b5785d306b0f955d3b5 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 5 Oct 2020 13:11:36 +0200 Subject: [PATCH] chore: minor improvements from theme submodule * 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) --- assets/scss/style.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index fb73ba1..60b375a 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -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 {