diff --git a/vitepress/docs/src/pages/about.md b/vitepress/docs/src/pages/about.md
index 3d7ca1f..9106619 100644
--- a/vitepress/docs/src/pages/about.md
+++ b/vitepress/docs/src/pages/about.md
@@ -19,7 +19,9 @@ import { members, contributors } from '../static/members'
The development of EyeTrackVR is guided by an international
- team, some of whom have chosen to be featured below.
+ team, some of whom have chosen to be featured below.
+
+ EyeTrackVR developers are a group of people who are passionate about the field of augmented and virtual reality.
+
+ Philosophy
+
+ The guides on this website include some of our teams own notes (not all of them are polished) that we disclose for other people to use.
+
+ Here, we hope you may find something useful to you.
+
+ We advocate the Open Source model.
+
+ This is why we strive to make our work open to other people for consultation, replication and reuse.
+
+
diff --git a/vitepress/docs/src/styles/index.css b/vitepress/docs/src/styles/index.css
index dd319b7..e786107 100644
--- a/vitepress/docs/src/styles/index.css
+++ b/vitepress/docs/src/styles/index.css
@@ -4,4 +4,8 @@
column-gap: 50px;
row-gap: 50px;
}
+
+ .custom-links {
+ @apply dark:text-blue-400 text-blue-800 hover:underline
+ }
}
\ No newline at end of file