mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-19 03:56:17 +08:00
Add slight hover effect to theme buttons
This commit is contained in:
parent
0ea3ff896f
commit
34857e74ff
1 changed files with 4 additions and 0 deletions
|
@ -1080,6 +1080,10 @@ key {
|
|||
}
|
||||
}
|
||||
|
||||
.buttons div.theme:hover{
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.signOut{
|
||||
font-size: 1rem;
|
||||
line-height: 1rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue