fix: changed favicon

This commit is contained in:
rutik wankhade 2020-08-13 09:23:22 +05:30
parent 3ebf6368e3
commit 8ff30f685b
5 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -35,7 +35,7 @@ class ConfigCover extends React.Component {
<div>
<label>Background</label>
<input type="color" defaultValue="#c5a8ff"
<input type="color" defaultValue="#00ff99"
onChange={e => this.setState({ bgcolor: e.target.value })} />
<label>border</label>

View File

@ -1,6 +1,6 @@
.cover{
background-color: #c5a8ff;
background-color: #00ff99;
text-align: center;
justify-content: center;
align-items: center;
@ -14,7 +14,7 @@
.title-card{
border-radius: 10px;
border-radius: 2px 2px 20px 20px;
background-color: #ffffff;
text-align: center;
color:#676683;
@ -24,6 +24,7 @@
padding:50px;
font-size:40px;
font-weight: 600;
border:none;
}
.card{margin:20px;
@ -50,10 +51,10 @@ text-align: center;}
.cover{
width:100vw;
height:45vh;
padding:9vh 4vh 8vh 4vh;
padding:9vh;
}
.title-card{
padding:2.5vw 3vw 2.5vw 3vw;
font-size: 1.7rem;
font-size: 1.4rem;
}
}