1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +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%;
--docusaurus-highlighted-code-line-bg: #004943;
--ifm-tabs-color-active: #004943;
--ifm-pagination-nav-color-hover: black;
}
p{
font-weight: lighter;
}
h3{
h3,h2,h1{
font-weight: 400;
}
strong{
font-weight: 500;
}
@media (min-width: 996px) {
.main-wrapper,.navbar{
@@ -134,26 +139,34 @@ h3{
.menu__link{
font-weight: normal;
font-weight: 350;
}
.menu__link--active, .menu__link--active:hover, .navbar__link--active {
color: black;
}
.table-of-contents__link, .table-of-contents__link:hover, .table-of-contents__link--active, .table-of-contents__link--active:hover{
color: black;
font-weight: normal;
.table-of-contents__link{
color: grey;
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;
font-weight: 510;
}
.navbar__item, .navbar__link, .navbar__brand, .navbar__title{
font-weight: 350;
}
a{
color: #004943;
font-weight: bold;
color: #004943e8;
font-weight: 500;
}
a:hover, .navbar__title:hover{
@@ -165,7 +178,7 @@ a:hover, .navbar__title:hover{
}
.navbar__title{
font-weight: 510;
font-weight: 490;
}
li > a.menu__link {