/* Bleu BNETD pour le Conseil, orange BNETD pour les notes privées. */
::highlight(minute-comment-private) {
  background-color: rgb(255 107 0 / 16%);
  text-decoration: underline solid #ff6b00 2px;
  text-underline-offset: 3px;
}

::highlight(minute-comment-public) {
  background-color: rgb(2 132 199 / 14%);
  text-decoration: underline solid #0284c7 2px;
  text-underline-offset: 3px;
}
