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

Couple of feature requests #44

Open
bptheodore opened this issue Jul 7, 2021 · 0 comments
Open

Couple of feature requests #44

bptheodore opened this issue Jul 7, 2021 · 0 comments

Comments

@bptheodore
Copy link

  1. I used a feature from CSS system 1 that I wish was included in 2, just copied the underlying CSS from v1 to hide the "shortcusts" label from left sidebar:
#app > div > div > div.roam-sidebar-container.noselect > div > div.flex-v-box.starred-pages-wrapper > div.flex-h-box {
  display: none;
}
  1. Global styling for bold and italics. This also wasn't in CSS v1, not sure if an oversight or by-design? Anyway, I tend to like my italics and bold text to be a different color. E.g.,
b, strong, .rm-bold {
  font-weight: 700!important;
  color: var(--cl-brown-attr);
}

em {
  color: var(--cl-brown-attr);
}
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