diff --git a/src/App.vue b/src/App.vue
index 12cf9b1208908aebafde87618a81e4f6558027e5..eb474d69618b51101f8318625381c3eefa7e2945 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -183,4 +183,19 @@ footer > div.sm > div {
   font-weight: bold !important;
 }
 
+/* all inflection-table css shoud be moved to beta.ordbok */
+td[class="infl-group"] {
+  background-color: var(--v-button-base) !important;
+  color: var(--v-primary-darken1) !important;
+  font-style: normal !important;
+  font-weight: bold;
+
+  border-color: black;
+}
+
+th[class="infl-group"] {
+  background-color: var(--v-button-base) !important;
+  font-style: unset;
+}
+
 </style>