botascopia-webiste-static/assets/css/_page-nav.scss
2026-02-15 23:14:52 +01:00

30 lines
No EOL
568 B
SCSS

.page-nav{
.toc{
list-style: none;
li{
font-size: var(--fs-normal);
line-height: 1.2;
font-weight: bold;
margin-bottom: calc(var(--spacing)*1);
a{
color: currentColor;
text-decoration: none;
&:hover{
text-decoration: 1px underline;
text-underline-offset: 2px;
}
}
}
}
}