This commit is contained in:
parent
84a8035548
commit
db0752d3e0
|
@ -82,7 +82,7 @@ header {
|
|||
|
||||
|
||||
.up-button button:hover {
|
||||
opacity: 0.9;
|
||||
opacity: 0.8;
|
||||
transition: 0.4s;
|
||||
|
||||
}
|
||||
|
@ -107,8 +107,13 @@ header {
|
|||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.button1 button:hover {
|
||||
opacity: 0.8;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.button1 button:active {
|
||||
opacity: 0.7;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
|
Loading…
Reference in New Issue