.note-content a {
  color: var(--color-blue-600);
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}
