/* Custom Highlight API registries.
 *
 * Served as a static file rather than imported: the build's CSS parser does not
 * recognise the ::highlight() pseudo-element and drops the rules, which would
 * make every restored highlight invisible. Nothing else belongs in here.
 */

::highlight(reader-amber) {
  background-color: var(--hl-amber);
}

::highlight(reader-teal) {
  background-color: var(--hl-teal);
}

::highlight(reader-violet) {
  background-color: var(--hl-violet);
}

::highlight(reader-active) {
  background-color: var(--hl-active);
}
