style: remove hover to mobile buttons

This commit is contained in:
plebeius.eth
2024-04-08 18:21:42 +02:00
parent 242b5faba3
commit 5838fa7388
3 changed files with 0 additions and 14 deletions
-5
View File
@@ -38,11 +38,6 @@ hr {
user-select: none;
display: inline-block;
}
.button:hover {
color: var(--button-text-color-hover-mobile);
cursor: pointer;
}
}
@media (min-width: 640px) {