Color system and initial color schema.

This commit is contained in:
codevictory
2021-12-06 19:43:25 +02:00
parent b47c562336
commit f1ec5a0b1b
6 changed files with 29 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
@import '../../colors.scss';
.App-header {
background-color: #282c34;
background-color: $primary;
display: flex;
flex-direction: column;
align-items: center;