<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Generic styles for flag links.
 *
 * @see flag.html.twig.
 */
.flag a {
  border: none;
}

.flag a:hover {
  border: none;
}

.links.inline .flag {
  display: inline;
}
</pre></body></html>