fix(v2): fix warning and improve styling inline TOC (#4163)

This commit is contained in:
Alexey Pyltsyn 2021-02-03 14:11:42 +03:00 committed by GitHub
parent 3f6e04380f
commit d25e0f4d0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,6 @@
.tableOfContentsInline ul {
list-style-type: disc;
}
.table-of-contents__link--inline {
color: var(--ifm-toc-link-color);
font-size: initial;
padding-top: 0;
}