Özgür kon site forku
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.
ozgurkon-site/themes/devfest-theme-hugo/assets/style/partials/_table_of_contents.scss

20 lines
300 B

5 years ago
#TableOfContents ul {
padding-left: 0;
5 years ago
list-style: none;
5 years ago
li {
font-size: 1rem;
margin: var(--space-1) 0;
padding: var(--space-1) 0;
5 years ago
5 years ago
a {
color: var(--primary);
text-decoration: none;
5 years ago
5 years ago
&:focus, &:hover {
text-decoration: underline;
}
5 years ago
}
}
5 years ago
}