Mostly just little fixes for the contact page
All checks were successful
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Successful in 1m54s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Successful in 6s

This commit is contained in:
Alan Bridgeman 2025-06-11 15:03:02 -05:00
parent 2a46f2ab3b
commit e093a67fdd
3 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ body {
.newsletter-block {
flex: 1; /* Allows blocks to grow and shrink */
min-width: 300px; /* Minimum width before wrapping */
background-color: #fff;
background-color: light-dark(#fff, #343a40);
padding: var(--spacing-lg);
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
@ -95,7 +95,7 @@ body {
.feedback-container {
max-width: 700px;
margin: 0 auto;
background-color: #fff;
background-color: light-dark(#fff, #343a40);
padding: var(--spacing-lg);
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);