Add Z-index to button:focus/hover

Closes #4

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-06-11 17:43:22 +05:00
parent 585af1fbd3
commit 26435287c1
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2

View file

@ -129,6 +129,7 @@ button:focus, button:hover {
border-radius: 4px;
outline: 5px solid;
box-shadow: 0 0 12px var(--light-blue);
z-index: 1;
animation: 500ms infinite alternate ease-out hover-outline;
}