You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#TableOfContents ul {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
|
|
li {
|
|
font-size: 1rem;
|
|
margin: var(--space-1) 0;
|
|
padding: var(--space-1) 0;
|
|
|
|
a {
|
|
color: var(--primary);
|
|
text-decoration: none;
|
|
|
|
&:focus, &:hover {
|
|
text-decoration: underline;
|
|
|
|
}
|
|
}
|
|
}
|
|
} |