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
@@ -33,11 +33,6 @@
text-decoration: var(--button-text-decoration-mobile);
}
.boardNavMobile .pageJump a:hover {
color: var(--button-text-color-hover-mobile);
text-decoration: var(--button-text-decoration-hover-mobile);
}
.boardNavMobile strong {
text-transform: capitalize;
padding-right: 5px;