This commit is contained in:
2026-04-26 05:02:49 +07:00
parent 5b22d31259
commit a6891ab5b8
6 changed files with 207 additions and 275 deletions

View File

@@ -110,9 +110,15 @@
/* Cursorless Focus System */
.slanted-button.hover {
background-color: var(--primary-hover);
scale: 1.1;
scale: 1.15;
rotate: -2deg;
border-width: 2px;
border-color: white;
transition-duration: 0.15s;
}
.slanted-button.hover .slanted-button-inner {
color: #FFD700; /* Golden text on hover */
}
/* HUD Components */