From 2802bad9857ed073d19ff02e33422fc91748f768 Mon Sep 17 00:00:00 2001 From: Nick Shine Date: Sun, 25 Nov 2018 18:14:03 -0600 Subject: add smooth scrolling for table-of-content navigation by default --- assets/book.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'assets') diff --git a/assets/book.scss b/assets/book.scss index 2032466..e817d38 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -5,6 +5,7 @@ html { font-size: $font-size-base; letter-spacing: 0.33px; + scroll-behavior: smooth; } html, -- cgit v1.2.3