diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index bb06f6175eeca3c01069bb72167c1dc0b0f8e30e..32e6e888b9a1fa233cd4e95470d9243708f7b0b5 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -621,12 +621,12 @@ li.suggestion {
 }
 
 .return_to_results {
-  padding-top: 10px;
+  padding-bottom: 10px;
   display: table-cell;
 }
 
 .return_to_results a {
-  color: var(--v-primary-base) !important;
+  color: var(--v-text-base) !important;
   text-decoration: none;
 }