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:
parent
4c73dc66fa
commit
2c5e13aacb
@ -138,8 +138,6 @@ class HomeSplash extends React.Component {
|
||||
<Button href="#try">Try It Out</Button>
|
||||
<Button href={siteConfig.repoUrl}>GitHub</Button>
|
||||
</PromoSection>
|
||||
<br />
|
||||
<SASSOffering />
|
||||
</div>
|
||||
</SplashContainer>
|
||||
);
|
||||
|
@ -92,7 +92,7 @@ const siteConfig = {
|
||||
/* Colors for website */
|
||||
colors: {
|
||||
primaryColor: '#39535b',
|
||||
secondaryColor: '#697ce5',
|
||||
secondaryColor: '#817AFE',
|
||||
},
|
||||
|
||||
/* Custom fonts for website */
|
||||
|
@ -15,6 +15,10 @@
|
||||
@media only screen and (min-width: 1500px) {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0000EE
|
||||
}
|
||||
|
||||
h2.projectTitle {
|
||||
color: black;
|
||||
}
|
||||
@ -69,7 +73,7 @@ h2.projectTitle {
|
||||
}
|
||||
|
||||
.button.primary {
|
||||
background: #3f51b5;
|
||||
background: #817AFE;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user