fix(docs): fixed styling

This commit is contained in:
Artem
2025-02-22 21:43:14 +07:00
parent 0e78c73fa4
commit 0bc1fed222

View File

@@ -185,3 +185,25 @@ code:not([class^="language-"]) {
.markdown code {
font-size: 1.16rem; /* 18px for code */
}
.navbar__title {
font-size: 1.5rem;
}
.table-of-contents__link {
font-size: 1.2rem;
}
.toc-highlight {
font-size: 1.2rem;
}
.navbar__item {
font-size: 1.2rem;
line-height: 1rem;
}
.footer {
background: #1a1a1a;
}