Ö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

#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;
}
}
}
}