Adjust theme colors
This commit is contained in:
@@ -65,7 +65,7 @@ function Home() {
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
className={clsx(
|
||||
'button button--outline button--secondary button--lg',
|
||||
'button button--outline button--lg',
|
||||
styles.getStarted,
|
||||
)}
|
||||
to={useBaseUrl('docs/')}>
|
||||
|
@@ -34,3 +34,12 @@
|
||||
.featureImage {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.getStarted {
|
||||
background-color: white;
|
||||
color: rgb(63, 72, 67);
|
||||
}
|
||||
.getStarted:hover {
|
||||
background-color: #eeeeee;
|
||||
color: rgb(95, 102, 96);
|
||||
}
|
||||
|
Reference in New Issue
Block a user