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

Pages font color #9

Open
leofranco9 opened this issue Oct 10, 2021 · 2 comments
Open

Pages font color #9

leofranco9 opened this issue Oct 10, 2021 · 2 comments

Comments

@leofranco9
Copy link

image

This is the problem, it started suddenly!

The font color of the pages menu is different.

@alexhyang
Copy link

alexhyang commented Oct 11, 2021

The Roam developers seem to have changed some class names. Try adding the following block in your roam/css code to see if it works.

.rm-autocomplete-result {
  color: #FFF;
}

.bp3-text-overflow-ellipsis {
  color: var(--background);
}

@leofranco9
Copy link
Author

leofranco9 commented Oct 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants