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 @@ " /> -
-