diff --git a/src/App.vue b/src/App.vue
index b928393a6f203a71003a5f3af26214ec0e4ac9dc..a4e411b2db7c995ad61847437c265ff3fa491331 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -401,4 +401,9 @@ select.lang_select {
   border-bottom: solid  #BC477B;
 }
 
+::selection {
+  background: rgb(188, 71, 123);
+  color: white;
+}
+
 </style>