diff --git a/app/assets/stylesheets/sulBase.scss b/app/assets/stylesheets/sulBase.scss
index d524f3d..7ef11b4 100644
--- a/app/assets/stylesheets/sulBase.scss
+++ b/app/assets/stylesheets/sulBase.scss
@@ -30,8 +30,11 @@ a,
box-shadow: 0 0 0 0.25rem rgba($link-dark-color, 0.25);
}
-.bg-dark a {
- color: $link-light-color;
+.bg-dark {
+ --bs-dropdown-divider-bg: white;
+ a {
+ color: $link-light-color;
+ }
}
.warning-icon svg {
diff --git a/app/components/arclight/masthead_component.html.erb b/app/components/arclight/masthead_component.html.erb
index 4ff9812..2652ff0 100644
--- a/app/components/arclight/masthead_component.html.erb
+++ b/app/components/arclight/masthead_component.html.erb
@@ -4,7 +4,7 @@
<%= heading %>
-
+