Skip to content

Instantly share code, notes, and snippets.

@mgsloan
Created June 29, 2020 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgsloan/7cb393f1a49ce7df942dad938bce45a0 to your computer and use it in GitHub Desktop.
Save mgsloan/7cb393f1a49ce7df942dad938bce45a0 to your computer and use it in GitHub Desktop.
CSS for overriding Roam Navigator visual hint styles (https://github.com/mgsloan/roam-navigator). Can be used in extensions like Roam Toolkit (Custom CSS feature) or Stylish
.roam_navigator_hint {
color: purple !important;
font-size: 20px !important;
}
.roam_navigator_hint_typed {
color: orange !important;
}
.roam-sidebar-container .roam_navigator_hint, #right-sidebar .roam_navigator_hint {
color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment