|
|
@@ -181,14 +181,12 @@ button::-moz-focus-inner{
|
|
|
|
|
|
.button{
|
|
|
display: initial;
|
|
|
- background: rgb(255, 99, 107);
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
border: none;
|
|
|
text-decoration: none;
|
|
|
- border-radius: 4px;
|
|
|
- padding: 10px;
|
|
|
- color: white;
|
|
|
+ padding: 2px 10px;
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
cursor: pointer;
|
|
|
- transition: 0.3s;
|
|
|
text-align: center;
|
|
|
font-size: 20px;
|
|
|
font-weight: bold;
|
|
|
@@ -198,8 +196,11 @@ button::-moz-focus-inner{
|
|
|
}
|
|
|
|
|
|
.button:hover{
|
|
|
- background: rgb(243, 77, 86);
|
|
|
- color: white;
|
|
|
+ background: rgb(179, 191, 209);
|
|
|
+ }
|
|
|
+
|
|
|
+ .button:active{
|
|
|
+ background: rgb(240, 252, 255);
|
|
|
}
|
|
|
|
|
|
.button-small{
|