From 487e86e857e65cdd5e179c0808aa87a30eeb9238 Mon Sep 17 00:00:00 2001
From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl>
Date: Sat, 28 Sep 2024 19:27:39 +0000
Subject: [PATCH] back to top

---
 docs/.vuepress/styles/index.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss
index 80e38bb..445078e 100644
--- a/docs/.vuepress/styles/index.scss
+++ b/docs/.vuepress/styles/index.scss
@@ -38,6 +38,9 @@ border: none; /* Optional: Remove border */
 width: 50px;  /* Adjust based on your image size */
 height: 50px; /* Adjust based on your image size */
 }
+.back-to-top-icon::before {
+  content: none !important; /* Remove any arrow icon from pseudo-elements */
+}
 
 @font-face {
   font-family: 'Red Hat Display';
-- 
GitLab