Merge pull request #179 from anandkumardev/patch-1
fixed background color due to visibility issue
This commit is contained in:
commit
be1207705d
@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #1f1f1f;
|
background-color: #f1f1f1;
|
||||||
font-family: 'Muli', sans-serif;
|
font-family: 'Muli', sans-serif;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -59,7 +59,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.circle {
|
.circle {
|
||||||
background-color: #1f1f1f;
|
background-color: #f1f1f1;
|
||||||
color:#e2e2e2;
|
color:#e2e2e2;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
Loading…
Reference in New Issue
Block a user