We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735e88b commit 15e01aaCopy full SHA for 15e01aa
assets/theme-dark.html
@@ -1,6 +1,11 @@
1
<header>
2
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/sunburst.min.css">
3
<style>
4
+
5
+ html{
6
+ scroll-behavior: smooth;
7
+ }
8
9
body {
10
font-family: calibri;
11
font-size: 18px;
assets/theme-light.html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-gist.min.css">
0 commit comments