/**
 * @file
 * Info box (formatted fieldset) example styles.
 */

/* disclaimer: Purple */
fieldset.disclaimer legend {
  background-color: hsl(290, 67%, 95%);
}

/* Danger: red */
fieldset.danger legend {
  background-color: hsl(0, 100%, 95%);
}

/* Hint: green */
fieldset.hint legend {
  background-color: hsl(120, 100%, 95%);
}

/* Example: blue */
fieldset.example legend {
  background-color: hsl(240, 100%, 95%);
}

/* Note: yellow */
fieldset.note legend {
  background-color: hsl(54, 100%, 95%);
}
