2.1.2 Offical Version
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user