/**
  * @file
  * Horizontal ruler. Must be high enough priority to override bootstrap defaults.
  **/

/** Keep in sync with the admin theme's for an accurate preview **/
hr {
  margin: 1rem auto;
  width: 70%;
  color: var(--grey);
  opacity: 1;
}
