1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Доработка стилей документации

This commit is contained in:
Anton Titovets
2025-06-29 20:41:08 +03:00
parent ed43d3459f
commit 171eb4ec32

View File

@@ -16,16 +16,21 @@
--ifm-code-font-size: 95%; --ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: #004943; --docusaurus-highlighted-code-line-bg: #004943;
--ifm-tabs-color-active: #004943; --ifm-tabs-color-active: #004943;
--ifm-pagination-nav-color-hover: black;
} }
p{ p{
font-weight: lighter; font-weight: lighter;
} }
h3{ h3,h2,h1{
font-weight: 400; font-weight: 400;
} }
strong{
font-weight: 500;
}
@media (min-width: 996px) { @media (min-width: 996px) {
.main-wrapper,.navbar{ .main-wrapper,.navbar{
@@ -134,26 +139,34 @@ h3{
.menu__link{ .menu__link{
font-weight: normal; font-weight: 350;
} }
.menu__link--active, .menu__link--active:hover, .navbar__link--active { .menu__link--active, .menu__link--active:hover, .navbar__link--active {
color: black; color: black;
} }
.table-of-contents__link, .table-of-contents__link:hover, .table-of-contents__link--active, .table-of-contents__link--active:hover{ .table-of-contents__link{
color: black; color: grey;
font-weight: normal; font-weight: 400;
} }
.navbar__item:hover, .navbar__link:hover, .navbar__brand:hover{ .table-of-contents__link:hover, .table-of-contents__link--active, .table-of-contents__link--active:hover{
color: black;
font-weight: 450;
}
.navbar__item:hover, .navbar__link:hover, .navbar__brand:hover, .navbar__title:hover{
color: #004943; color: #004943;
font-weight: 510; }
.navbar__item, .navbar__link, .navbar__brand, .navbar__title{
font-weight: 350;
} }
a{ a{
color: #004943; color: #004943e8;
font-weight: bold; font-weight: 500;
} }
a:hover, .navbar__title:hover{ a:hover, .navbar__title:hover{
@@ -165,7 +178,7 @@ a:hover, .navbar__title:hover{
} }
.navbar__title{ .navbar__title{
font-weight: 510; font-weight: 490;
} }
li > a.menu__link { li > a.menu__link {