diff --git a/client/scss/components/_userbar.scss b/client/scss/components/_userbar.scss index 03c5b526e086..8eb4054b3cf6 100644 --- a/client/scss/components/_userbar.scss +++ b/client/scss/components/_userbar.scss @@ -69,7 +69,7 @@ $positions: ( width: $size-home-button; height: $size-home-button; margin: 0; - background-color: theme('colors.surface-page'); + background-color: theme('colors.white.DEFAULT'); border: 2px solid transparent; border-radius: 50%; padding: 0; @@ -258,6 +258,10 @@ $positions: ( background: theme('colors.surface-page'); } + .w-dialog__close-icon { + color: theme('colors.text-context'); + } + .w-dialog__content { padding: 0; min-height: unset; @@ -319,7 +323,7 @@ $positions: ( .w-a11y-result__selector { display: flex; align-items: center; - background: theme('colors.surface-header'); + background: theme('colors.surface-field-inactive'); color: theme('colors.text-context'); border-radius: theme('borderRadius.DEFAULT'); margin-inline-end: theme('spacing.[2.5]'); diff --git a/wagtail/admin/templates/wagtailadmin/skeleton.html b/wagtail/admin/templates/wagtailadmin/skeleton.html index 108d0b0c78af..49aa0b91c5ad 100644 --- a/wagtail/admin/templates/wagtailadmin/skeleton.html +++ b/wagtail/admin/templates/wagtailadmin/skeleton.html @@ -2,7 +2,7 @@ {% load wagtailadmin_tags i18n %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} - + {% block titletag %}{% endblock %} - {% block branding_title %}Wagtail{% endblock %} diff --git a/wagtail/admin/templates/wagtailadmin/userbar/base.html b/wagtail/admin/templates/wagtailadmin/userbar/base.html index d617c46a4e76..ed63785f334d 100644 --- a/wagtail/admin/templates/wagtailadmin/userbar/base.html +++ b/wagtail/admin/templates/wagtailadmin/userbar/base.html @@ -1,7 +1,7 @@ {% load wagtailadmin_tags i18n %}