Faster transition

main
Bob Mottram 2020-11-26 10:29:23 +00:00
parent f25f33e8ff
commit 941053507f
1 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ a:focus {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
position: relative; position: relative;
transition: 2.0s; transition: 1.0s;
} }
.button:hover { .button:hover {
@ -451,7 +451,7 @@ a:focus {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
position: relative; position: relative;
transition: 2.0s; transition: 1.0s;
} }
.buttonselected:hover { .buttonselected:hover {