diff --git a/frontend/src/mixins/Routes.vue b/frontend/src/mixins/Routes.vue
index d7af229..0e0e90f 100644
--- a/frontend/src/mixins/Routes.vue
+++ b/frontend/src/mixins/Routes.vue
@@ -17,7 +17,7 @@ export default {
         }),
         style: new Style({
           stroke: new Stroke({
-            color: 'cornflowerblue',
+            color: '#0050ff80',
             width: 3,
           }),
         }),