Skip to content

Commit 4f38119

Browse files
committed
chore: css master
1 parent e738f46 commit 4f38119

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

website/src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,10 @@ html[data-theme='dark'] .header-github-link:before {
139139
margin: 0 calc(-1 * var(--ifm-pre-padding));
140140
padding: 0 var(--ifm-pre-padding);
141141
}
142+
143+
#button {
144+
padding: 10px;
145+
border-radius: 3px;
146+
margin: 0 3px 0 3px;
147+
background-color: var(--nebula-500);
148+
}

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ function Hero() {
1414
<AlgoliaHero
1515
id="hero"
1616
cta={[
17-
<Button key="contribute" href="/docs/introduction" background="blue" color="white">
17+
<Button key="contribute" id="button" href="/docs/introduction">
1818
Contribute
1919
</Button>,
2020
<iframe
2121
src="https://ghbtns.com/github-btn.html?user=algolia&amp;repo=api-clients-automation&amp;type=star&amp;count=true&amp;size=large"
2222
width={160}
2323
height={30}
2424
title="GitHub Stars"
25-
/>,
25+
/>
2626
]}
2727
>
2828
<Title />

0 commit comments

Comments
 (0)