Add ToC scroolbar for huge articles

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-11-21 17:26:09 +00:00
parent 881a5b145d
commit 8f91272433
3 changed files with 60 additions and 2 deletions

View File

@ -7,6 +7,7 @@ $highlight-grey: #7d828a !default;
$midnightblue: #2c3e50 !default;
$typewriter: hsl(172, 100%, 36%) !default;
$codebackground: #272822 !default;
$pagescrollbar-thumb: hsl(0, 0%, 53%) !default;
// Scroll to Top Default colors
$stt-stroke: #ccc !default;