Update readme, make the chapter arrow sticky

This commit is contained in:
mez 2025-05-24 11:18:12 +01:00
parent abdb1abdbc
commit 958da8737b
2 changed files with 4 additions and 1 deletions

View file

@ -499,6 +499,9 @@ details#chapters summary {
cursor: pointer;
display: block;
padding: 2px 5px 5px;
position: sticky;
top: 0;
background-color: #151515;
}
details#chapters summary::marker {