Programming Tips - Bootstrap: invert background and foreground when hovering

Date: 2020mar11 Q. Bootstrap: invert background and foreground when hovering A. Use the .btn-outline-* classes, for example: <button type="button" class="btn btn-outline-primary">Primary</button>