diff --git a/assets/scss/themes.scss b/assets/scss/themes.scss
index 0635c06d0..1fcdaf4a2 100644
--- a/assets/scss/themes.scss
+++ b/assets/scss/themes.scss
@@ -41,7 +41,7 @@
// Dark Background color
--primary-dark-color: theme("colors.blue-gray.100");
// Text color
- --secondary-color: theme("colors.blue-gray.600");
+ --secondary-color: theme("colors.blue-gray.500");
// Light Text color
--secondary-light-color: theme("colors.blue-gray.400");
// Dark Text color
diff --git a/components/app/Header.vue b/components/app/Header.vue
index 3cee83eda..63cab3c3e 100644
--- a/components/app/Header.vue
+++ b/components/app/Header.vue
@@ -5,7 +5,7 @@
>
diff --git a/components/app/Sidenav.vue b/components/app/Sidenav.vue
index 3cd980ad4..107ec4d42 100644
--- a/components/app/Sidenav.vue
+++ b/components/app/Sidenav.vue
@@ -6,6 +6,7 @@
:key="`navigation-${index}`"
:to="localePath(navigation.target)"
class="nav-link"
+ tabindex="0"
>
{{ navigation.icon }}
diff --git a/components/collections/graphql/Collection.vue b/components/collections/graphql/Collection.vue
index ccd94c56c..2f6b6313f 100644
--- a/components/collections/graphql/Collection.vue
+++ b/components/collections/graphql/Collection.vue
@@ -77,9 +77,9 @@
"
/>
-
-
-
+
+
+
+
+
+
+
-
+
@@ -220,7 +220,7 @@
diff --git a/components/history/rest/Card.vue b/components/history/rest/Card.vue
index a4bd0fe24..a7d8bb53b 100644
--- a/components/history/rest/Card.vue
+++ b/components/history/rest/Card.vue
@@ -31,7 +31,7 @@
v-tippy="{ theme: 'tooltip' }"
icon="remove_circle_outline"
color="red"
- :title="$t('delete')"
+ :title="$t('action.remove')"
class="group-hover:inline-flex hidden"
data-testid="delete_history_entry"
@click.native="$emit('delete-entry')"
diff --git a/components/http/Authorization.vue b/components/http/Authorization.vue
index 20fcd9f11..66ad40ea6 100644
--- a/components/http/Authorization.vue
+++ b/components/http/Authorization.vue
@@ -75,7 +75,7 @@
/>
diff --git a/components/http/BodyParameters.vue b/components/http/BodyParameters.vue
index ebf199354..471486e20 100644
--- a/components/http/BodyParameters.vue
+++ b/components/http/BodyParameters.vue
@@ -26,7 +26,7 @@
/>
@@ -175,7 +175,7 @@
{{ $t("request.choose_language") }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+