<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alert {
  position: relative;
  padding: 5px;
  border: 1px solid transparent; 
}
.alert.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}</pre></body></html>