diff --git a/assets/css/style.scss b/assets/css/style.scss index 4f3810f..6a9df69 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -4,7 +4,7 @@ @import "{{ site.theme }}"; body { - font-family: 'Gentium Book Plus', 'Noto Serif Hebrew', 'Noto Sans TC'; + font-family: 'Gentium Book Plus', 'Noto Sans TC'; color: black; } @@ -89,9 +89,11 @@ } /* offset footnote jumping */ - html { - scroll-padding-top: 20px; /* height of sticky header */ - } + +:target { + padding-top: 65px; + margin-top: -65px; +} /* text decoration for marking syntax functions */ .S {text-decoration: underline double; text-underline-offset: 4px; }