/**
 * @file
 * Section 12: Forms.
 *
 * Split from css/staged-edits-from-gui.css (see docs/Theme updates.md for
 * the full split file list).
 */

/* Re-adds border colour after they disappeared */
.form-control {
  border-color: var(--bs-gray-400);
}
