.changelog-change-block {
  background: var(--md-code-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 4px;
  font-size: 0.85em;
  line-height: 1.55;
  overflow: auto;
  padding: 1em;
  white-space: pre-wrap;
}

.changelog-context {
  color: var(--md-default-fg-color--light);
}

.changelog-removed {
  background: rgba(248, 81, 73, 0.14);
  color: #cf222e;
  text-decoration: line-through;
}

.changelog-added {
  background: rgba(46, 160, 67, 0.14);
  color: #1a7f37;
}
