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.
20 lines
300 B
20 lines
300 B
6 years ago
|
#TableOfContents ul {
|
||
|
padding-left: 0;
|
||
6 years ago
|
list-style: none;
|
||
|
|
||
6 years ago
|
li {
|
||
|
font-size: 1rem;
|
||
|
margin: var(--space-1) 0;
|
||
|
padding: var(--space-1) 0;
|
||
6 years ago
|
|
||
6 years ago
|
a {
|
||
|
color: var(--primary);
|
||
|
text-decoration: none;
|
||
6 years ago
|
|
||
6 years ago
|
&:focus, &:hover {
|
||
|
text-decoration: underline;
|
||
|
|
||
|
}
|
||
6 years ago
|
}
|
||
|
}
|
||
6 years ago
|
}
|