
.invisible-ink {
  background-color: transparent;
  color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.invisible-ink::selection {
  background-color: #ffffcc;
  color: black;
}
