big update
This commit is contained in:
@@ -10,8 +10,7 @@ body {
|
||||
|
||||
font-family: "DM Sans", sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background: #12db9f;
|
||||
background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 61, 57) 100%);
|
||||
background: linear-gradient(180deg, rgb(49, 49, 49) 98%, rgb(0, 61, 57) 100%);
|
||||
|
||||
color: white;
|
||||
}
|
||||
@@ -39,4 +38,28 @@ body {
|
||||
|
||||
.emoji {
|
||||
width: 128px;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 12vw;
|
||||
height: 6vh;
|
||||
|
||||
border: none;
|
||||
border-radius: 12vw;
|
||||
|
||||
font-size: larger;
|
||||
font-family: "DM Sans", sans-serif;
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
background-color: #0ca97a;
|
||||
transition: background-color 100ms;
|
||||
}
|
||||
|
||||
button:hover,
|
||||
focus,
|
||||
active {
|
||||
background-color: #0fc28c;
|
||||
}
|
||||
Reference in New Issue
Block a user