fix: design of technical documentation (#4231)

fixes design
This commit is contained in:
Shreerang Patil
2024-02-29 15:29:14 +05:30
committed by GitHub
parent 9ca3dbeb70
commit f34a430b23
2 changed files with 7 additions and 3 deletions

View File

@ -171,7 +171,6 @@ li.coming-soon a::after {
}
.theme-doc-sidebar-item-category-level-1 > .menu__link {
text-transform: uppercase;
font-size: 12px;
color: var(--level-1-color);
}
@ -282,6 +281,9 @@ a.table-of-contents__link:hover{
.card{
text-decoration: none;
border-radius: 8px !important;
margin-right: -28px;
}