diff --git a/alfa-client/apps/admin/src/app/app.component.html b/alfa-client/apps/admin/src/app/app.component.html
index 8fef349aa6bea31dfb841c6a07597871affb55cc..9199c89e54efeaaf506434008f0d5247d25bf526 100644
--- a/alfa-client/apps/admin/src/app/app.component.html
+++ b/alfa-client/apps/admin/src/app/app.component.html
@@ -1,6 +1,6 @@
 <ng-container *ngIf="(apiRootStateResource$ | async)?.resource as apiRoot">
   <header
-    class="flex h-16 items-center justify-between border-b border-b-ozggray-300 bg-white px-9 py-2"
+    class="z-50 flex h-16 items-center justify-between border-b border-b-ozggray-300 bg-white px-9 py-2"
     data-test-id="admin-header"
   >
     <a
diff --git a/alfa-client/apps/admin/src/favicon.ico b/alfa-client/apps/admin/src/favicon.ico
deleted file mode 100644
index 317ebcb2336e0833a22dddf0ab287849f26fda57..0000000000000000000000000000000000000000
Binary files a/alfa-client/apps/admin/src/favicon.ico and /dev/null differ
diff --git a/alfa-client/apps/admin/src/styles.scss b/alfa-client/apps/admin/src/styles.scss
index 4e5a7a5c68a63422c4523a58efe6f664c0a6e13e..f3ad3e7e325ea8827c9128b64e18eeb5ec083c9b 100644
--- a/alfa-client/apps/admin/src/styles.scss
+++ b/alfa-client/apps/admin/src/styles.scss
@@ -7,12 +7,17 @@
 @import 'libs/design-system/src/lib/tailwind-preset/root.css';
 @import 'libs/ui/src/lib/font/font_material';
 @import 'variables';
+@import 'typeface-roboto/index.css';
 
 @include mat.all-component-typographies();
 @include mat.core();
 
 @include mat.all-component-themes($alfaTheme);
 
+body {
+  font-family: Roboto, 'Helvetica Neue', sans-serif;
+}
+
 body.dark {
   @include mat.all-component-colors($alfaDarkTheme);
 }
diff --git a/alfa-client/libs/common-lib/src/lib/build-info/build-info.component.scss b/alfa-client/libs/common-lib/src/lib/build-info/build-info.component.scss
index 1d3adee3ebaa45eb315e04c8fca52fd70950e855..2764bb91702a4060dda18b98c81fae6ad74b90c7 100644
--- a/alfa-client/libs/common-lib/src/lib/build-info/build-info.component.scss
+++ b/alfa-client/libs/common-lib/src/lib/build-info/build-info.component.scss
@@ -36,10 +36,6 @@
   transform-origin: right bottom;
 }
 
-:host-context(.dark) {
-  color: #ccc;
-}
-
 p {
   margin: 0;
   line-height: 1;
@@ -47,7 +43,7 @@ p {
   font-style: normal;
   font-weight: 400;
   font-size: 0.6875rem;
-  color: #999;
+  color: theme('colors.text/70');
 
   &.version {
     span {