diff --git a/dashboard/src/style.css b/dashboard/src/style.css
index 546130a3a..74cb5a8d4 100644
--- a/dashboard/src/style.css
+++ b/dashboard/src/style.css
@@ -40,6 +40,10 @@ html, body {
}
}
+b {
+ font-weight: 700;
+}
+
.shadow {
box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
diff --git a/dashboard/src/views/SetupView.vue b/dashboard/src/views/SetupView.vue
index 496f5f901..b609d227c 100644
--- a/dashboard/src/views/SetupView.vue
+++ b/dashboard/src/views/SetupView.vue
@@ -166,7 +166,7 @@ onMounted(async () => {