New colors.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
.App {
|
.App {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: $secondary;
|
background-color: $background;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App .App-content {
|
.App .App-content {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default function App() {
|
|||||||
|
|
||||||
ConfigProvider.config({
|
ConfigProvider.config({
|
||||||
theme: {
|
theme: {
|
||||||
primaryColor: '#21b635',
|
primaryColor: '#a7ab81',
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
$primary: #21b635;
|
$brown-text: #c1a57c;
|
||||||
$secondary: #98cc9f;
|
$green-text: #a7ab81;
|
||||||
|
$background: #efefea;
|
||||||
|
|||||||
@@ -16,7 +16,8 @@ body {
|
|||||||
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
|
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
background-color: $secondary !important;
|
background-color: $background !important;
|
||||||
|
color: $green-text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|||||||
Reference in New Issue
Block a user