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 2024-03-08 20:50:39 +03:00
commit ffb94b5d9d
5 changed files with 33 additions and 7 deletions

View File

@ -56,6 +56,8 @@ export default function HomepageFeatures() {
))}
</div>
<hr/>
<br/>
<br/>
<section className={styles.container}>
<span className={styles.looptext}>
<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 {
height: 100px;
width: 100px;
height: 80px;
width: 80px;
}
.ico{
padding: 112px;
}
.hero__title{
font-size: 10px;
}
.container {
display: flex;
@ -48,3 +51,4 @@ marquee{
}
}

View File

@ -17,10 +17,26 @@
--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;
}
.table-of-contents__link, .table-of-contents__link:hover, .table-of-contents__link--active, .table-of-contents__link--active:hover{
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}/>
<Heading as="h1" className="hero__title">
<Heading as="p" className="hero__title">
{siteConfig.title}
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>

View File

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