diff --git a/src/App.vue b/src/App.vue
index c40aacfef586584af4aded3a22c9b68d5bd3c63c..12cf9b1208908aebafde87618a81e4f6558027e5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -179,4 +179,8 @@ footer > div.sm > div {
   height: 60px;
 }
 
+.v-btn {
+  font-weight: bold !important;
+}
+
 </style>
diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 5ccafaade9dbd5a7357156db14c41c8e30989c6a..ea3b7d01f066fcc954d8cd555cb6d1e6d7989560 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -535,11 +535,6 @@ li.suggestion {
   display: table-cell;
 }
 
-.return_to_results a {
-  color: var(--v-primary-base) !important;
-  text-decoration: none;
-}
-
 .nav_arrow {
   vertical-align: top !important;
   margin-left: 10px;
diff --git a/src/components/Header.vue b/src/components/Header.vue
index c3cd5a40392e611d311fe12efb7fbfba13f01b88..2bad74d4b1713f4af9b7b5817c6b8dd813a94635 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -203,9 +203,8 @@ article h2.secondary_header {
 }
 
 
-.show-inflection {
+.show-inflection .v-icon {
   color: var(--v-primary-base) !important;
-  font-weight: bold !important;
 }