/* Quick notes widget: the auto-saving textarea. */

.notes-area {
  width: 100%;
  min-height: 110px;
  background: var(--ground);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  padding: 10px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  resize: vertical;
}
