adjusted sizing of table of contents and lists

This commit is contained in:
2026-01-21 20:20:06 +01:00
parent a7b2b8bbe2
commit f16adfc988
3 changed files with 6 additions and 6 deletions

View File

@@ -101,14 +101,14 @@
.toc-list a {
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
font-size: 1.0rem;
line-height: 1.4rem;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 24px;
margin: 0;
display: inline-block;
text-decoration: none;
transition: all 0.2s ease-in-out;
transition-property: color background-color;
box-sizing: border-box;
}
.toc-list a, .toc-list a:link, .toc-list a:visited {