Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to change font-color #63

Closed
yafp opened this issue Jan 8, 2020 · 1 comment
Closed

[Question] How to change font-color #63

yafp opened this issue Jan 8, 2020 · 1 comment

Comments

@yafp
Copy link
Contributor

yafp commented Jan 8, 2020

If i would like to change the font color of the menu - how would i do that?
Via css - similar to #24 ?

I know i can change the color of the main menu items like that

.titlebar, .titlebar > * {
    color: yellow;
}

but this does not affects the single submenu elements

@yafp
Copy link
Contributor Author

yafp commented Jan 10, 2020

Font-color of single action entries can be changed using the following css snippet

.action-menu-item {
    color: green !important;
}

@yafp yafp closed this as completed Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant