diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue
index 6c40a51..6f968ba 100644
--- a/resources/js/Pages/IkeaRoot.vue
+++ b/resources/js/Pages/IkeaRoot.vue
@@ -384,7 +384,7 @@ watch(ccodes, (codes) => {
-
@@ -405,7 +405,7 @@ watch(ccodes, (codes) => {
-
@@ -507,12 +507,9 @@ watch(ccodes, (codes) => {
width: 128px;
}
-.result-country {
- --easy-table-body-row-background-color: yellow !important;
-}
-
-.even-row .result-country {
- --easy-table-body-row-background-color: yellow !important;
+:root .result-country {
+ --easy-table-body-row-background-color: yellow;
+ --easy-table-body-even-row-background-color: yellow;
}
diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php
index 05696ea..102b4a4 100644
--- a/resources/views/app.blade.php
+++ b/resources/views/app.blade.php
@@ -18,6 +18,7 @@
.gradient {
background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
}
+
@routes
@vite('resources/js/app.js')