make app menu button cursor a pointer and add a hover text color

This commit is contained in:
Evan Simkowitz 2024-08-16 23:41:31 -07:00
parent a451743937
commit 4a782f2747
No known key found for this signature in database

View file

@ -39,6 +39,15 @@
margin: 2px 2px 0 0;
}
.app-menu-button {
cursor: pointer;
color: var(--secondary-text-color);
&:hover {
color: var(--main-text-color);
}
}
.dev-label {
color: var(--accent-color);
}