Skip to content

Commit b10e1f9

Browse files
committed
primary colors added
1 parent 9ff870a commit b10e1f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
$bg-color: transparent;
1+
$bg-color: #282b33;
22
$txt-color: white;
3+
$primary-color: #61dbfc;
34

45
body {
56
margin: 0px;
@@ -8,10 +9,13 @@ body {
89
.App--Container {
910
display: flex;
1011
flex: 1;
12+
justify-content: center;
13+
align-items: center;
1114
background: $bg-color;
1215
color: $txt-color;
1316
padding: 0;
1417
margin: 0;
18+
color: $primary-color;
1519
}
1620

1721
.App--Image {

0 commit comments

Comments
 (0)