Add slight hover effect to theme buttons

This commit is contained in:
bhomie 2020-06-01 19:00:06 -07:00
parent 0ea3ff896f
commit 34857e74ff

View file

@ -1080,6 +1080,10 @@ key {
}
}
.buttons div.theme:hover{
transform: scale(1.1);
}
.signOut{
font-size: 1rem;
line-height: 1rem;