summaryrefslogtreecommitdiff
path: root/assets/css/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.scss')
-rw-r--r--assets/css/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 1a58e09..780af18 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -3,6 +3,11 @@
@import "{{ site.theme }}";
+a:hover {
+ font-weight: inherit;
+ text-decoration: underline;
+}
+
.backToTop {
display: none;
width: 18px;