diff --git a/ui/static/css/common.css b/ui/static/css/common.css
index 5afce6cd734776222c1d8da3475ced554d19d4af..96222a6fc90285b12f6f6ecc3688d34719cc4e23 100644
--- a/ui/static/css/common.css
+++ b/ui/static/css/common.css
@@ -82,7 +82,8 @@ a:hover {
 
 .header .active a {
     color: var(--header-active-link-color);
-    font-weight: 500;
+    /* Note: Firefox on Windows does not show the link as bold if the value is under 600 */
+    font-weight: 600;
 }
 
 .header a:hover {