improved mobile layout

This commit is contained in:
2025-12-29 10:47:36 +01:00
parent 24a460e6e2
commit 610fd74e89
19 changed files with 144 additions and 73 deletions

View File

@@ -150,3 +150,29 @@ i:hover {
.btn {
outline: none;
}
@media (hover: hover) {
i:hover {
color: var(--text);
}
button:hover, .button:hover {
background: var(--accent-hover);
}
input[type="checkbox"]:hover {
border-color: var(--accent);
}
::-webkit-scrollbar-thumb:hover {
filter: brightness(1.2);
}
}
button:active, .nav-item:active {
opacity: 0.7;
}
* {
-webkit-tap-highlight-color: transparent;
}