2.1.2 Offical Version

This commit is contained in:
Raphix
2023-05-01 23:39:49 +02:00
parent 5523e94cff
commit e130e2c761
6 changed files with 202 additions and 15 deletions

View File

@ -99,4 +99,34 @@ header {
padding: 5%;
padding-top: 0;
}
}
.buttonFav {
background-color: transparent;
border: none;
border-radius: 15px;
cursor: pointer;
transition: all 0.3s ease 0s;
font-family: 'noto Sans', sans-serif;
font-weight: 500;
font-size: 13px;
color: white;
text-decoration: none;
-webkit-app-region: no-drag;
margin: 0;
outline: none;
}
.buttonFav:hover {
color: rgb(242, 255, 53);
}
.buttonFav:active {
color: rgb(255, 255, 255);
}