1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: docs colors

This commit is contained in:
Ivar Conradi Østhus 2021-05-18 11:37:35 +02:00
parent 4c73dc66fa
commit 2c5e13aacb
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
3 changed files with 6 additions and 4 deletions

View File

@ -138,8 +138,6 @@ class HomeSplash extends React.Component {
<Button href="#try">Try It Out</Button> <Button href="#try">Try It Out</Button>
<Button href={siteConfig.repoUrl}>GitHub</Button> <Button href={siteConfig.repoUrl}>GitHub</Button>
</PromoSection> </PromoSection>
<br />
<SASSOffering />
</div> </div>
</SplashContainer> </SplashContainer>
); );

View File

@ -92,7 +92,7 @@ const siteConfig = {
/* Colors for website */ /* Colors for website */
colors: { colors: {
primaryColor: '#39535b', primaryColor: '#39535b',
secondaryColor: '#697ce5', secondaryColor: '#817AFE',
}, },
/* Custom fonts for website */ /* Custom fonts for website */

View File

@ -15,6 +15,10 @@
@media only screen and (min-width: 1500px) { @media only screen and (min-width: 1500px) {
} }
a {
color: #0000EE
}
h2.projectTitle { h2.projectTitle {
color: black; color: black;
} }
@ -69,7 +73,7 @@ h2.projectTitle {
} }
.button.primary { .button.primary {
background: #3f51b5; background: #817AFE;
color: #fff; color: #fff;
} }