This commit is contained in:
tocziew 2024-10-20 13:54:50 +02:00
parent 84a8035548
commit db0752d3e0
1 changed files with 7 additions and 2 deletions

View File

@ -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 {