1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Правки документации

This commit is contained in:
Anton Titovets 2024-03-07 11:40:41 +03:00
parent f505842338
commit 6c126d0002
5 changed files with 33 additions and 7 deletions

View File

@ -56,6 +56,8 @@ export default function HomepageFeatures() {
))} ))}
</div> </div>
<hr/> <hr/>
<br/>
<br/>
<section className={styles.container}> <section className={styles.container}>
<span className={styles.looptext}> <span className={styles.looptext}>
<a className={styles.ico} href="/docs/Telegram/"> <img src={require('../../../static/img/APIs/Telegram.png').default} width='32px' /></a> <a className={styles.ico} href="/docs/Telegram/"> <img src={require('../../../static/img/APIs/Telegram.png').default} width='32px' /></a>

View File

@ -14,14 +14,17 @@ marquee{
} }
.featureSvg { .featureSvg {
height: 100px; height: 80px;
width: 100px; width: 80px;
} }
.ico{ .ico{
padding: 112px; padding: 112px;
} }
.hero__title{
font-size: 10px;
}
.container { .container {
display: flex; display: flex;
@ -48,3 +51,4 @@ marquee{
} }
} }

View File

@ -17,10 +17,26 @@
--docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.3); --docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.3);
} }
.menu__link--active, .menu__link--active:hover{ .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, .table-of-contents__link:hover, .table-of-contents__link--active, .table-of-contents__link--active:hover{
color: black; color: black;
} }
.navbar__item:hover, .navbar__link:hover, .navbar__brand:hover{
color: gray;
}
a{
color: black;
}
a:hover, .navbar__title:hover{
color: darkgrey;
}
.breadcrumbs__item--active .breadcrumbs__link {
background: darkgray;
}

View File

@ -15,7 +15,7 @@ function HomepageHeader() {
<img src="/img/logo.svg" className={styles.biglogo}/> <img src="/img/logo.svg" className={styles.biglogo}/>
<Heading as="h1" className="hero__title"> <Heading as="p" className="hero__title">
{siteConfig.title} {siteConfig.title}
</Heading> </Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p> <p className="hero__subtitle">{siteConfig.tagline}</p>

View File

@ -4,7 +4,7 @@
*/ */
.heroBanner { .heroBanner {
padding: 4rem 0; padding: 3rem 2rem 0;
text-align: center; text-align: center;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
@ -30,4 +30,8 @@
.biglogo{ .biglogo{
width: 20%; width: 20%;
height: 20%; height: 20%;
} }
.heroBanner_src-pages-index-module {
padding-bottom: 30px;
}