/* Make the injected notepad link stand out slightly */
#fb-notepad-link {
  border-left: 3px solid #4a8cf7;
  background: rgba(74, 140, 247, 0.08);
}
#fb-notepad-link:hover {
  background: rgba(74, 140, 247, 0.18);
}
