.note-content img {
  max-height: min(25vh, 300px);
}

.note-timestamp a {
  color: var(--color-accent);
  border: none;
}

.note-timestamp a:hover {
  background: none; 
  border-bottom: 2px solid var(--color-accent);
}