/* Portal screenshots are light-mode images. In dark mode a full-width light image is harsh
   against the dark page, so frame it and lower its brightness a little. Each screenshot links
   to its full-size file, where the text is readable. */
.dark-mode .t-editor__image img {
  border: 1px solid var(--scalar-border-color);
  border-radius: 8px;
  filter: brightness(0.85);
}
.t-editor__image a[href] img {
  cursor: zoom-in;
}
