Jottyfan
2022-12-23 20:29:36 +01:00
parent 5b64860a1b
commit a3fb7fcacc
3 changed files with 55 additions and 41 deletions

View File

@ -217,6 +217,20 @@ div {
background: rgba(0, 0, 0, 0.5);
}
.btn-linda {
border-radius: 26px;
box-shadow: 0px 0px 7px 4px #ddd;
font-family: 'Cabin Sketch';
font-size: x-large;
margin-left: auto;
margin-right: auto;
}
.btn-linda:hover {
color: white !important;
background-color: #534f43 !important;
}
.silver-to-gray-gradient {
background-image: linear-gradient(to bottom right, lightgray, silver)
!important;