diff --git a/docs/.vuepress/components/ContactForm.vue b/docs/.vuepress/components/ContactForm.vue
index 2a583a8..17d3171 100644
--- a/docs/.vuepress/components/ContactForm.vue
+++ b/docs/.vuepress/components/ContactForm.vue
@@ -1,5 +1,5 @@
- Wir freuen uns auf Ihre Nachricht. Als Ansprechpartner steht Ihnen Ulf Gebhardt für Ihre Fragen gerne zur Verfügung.
+ Wir freuen uns auf Ihre Nachricht. Als Ansprechpartner steht Ihnen Ulf Gebhardt für Ihre Fragen gerne zur Verfügung.
@@ -164,4 +164,4 @@ button {
background-color: color-mix(in srgb, var(--highlight-color), black 15%);
}
}
-
\ No newline at end of file
+
diff --git a/docs/.vuepress/components/ContentSection.vue b/docs/.vuepress/components/ContentSection.vue
index 70d5fe9..6394a92 100644
--- a/docs/.vuepress/components/ContentSection.vue
+++ b/docs/.vuepress/components/ContentSection.vue
@@ -19,7 +19,7 @@ export default {
},
backgroundColor: {
type: String,
- default: 'bg-white'
+ default: 'bg-white dark:bg-gray-900'
},
id: {
type: String,
@@ -27,4 +27,4 @@ export default {
}
}
}
-
\ No newline at end of file
+
diff --git a/docs/.vuepress/components/ProcessStep.vue b/docs/.vuepress/components/ProcessStep.vue
index 5996aa6..8935c24 100644
--- a/docs/.vuepress/components/ProcessStep.vue
+++ b/docs/.vuepress/components/ProcessStep.vue
@@ -5,7 +5,7 @@
{{ title }}
-
{{ description }}
+
{{ description }}
@@ -22,4 +22,4 @@ defineProps<{
.highlight-number {
color: var(--highlight-color);
}
-
\ No newline at end of file
+
diff --git a/docs/.vuepress/components/ProjectCard.vue b/docs/.vuepress/components/ProjectCard.vue
index 9fac5b0..e693710 100644
--- a/docs/.vuepress/components/ProjectCard.vue
+++ b/docs/.vuepress/components/ProjectCard.vue
@@ -3,7 +3,7 @@
{{ title }}
-
{{ description }}
+
{{ description }}
\ No newline at end of file
+
diff --git a/docs/.vuepress/components/ServiceCard.vue b/docs/.vuepress/components/ServiceCard.vue
index e714f92..bdd0c31 100644
--- a/docs/.vuepress/components/ServiceCard.vue
+++ b/docs/.vuepress/components/ServiceCard.vue
@@ -1,7 +1,7 @@
diff --git a/docs/.vuepress/components/TeamMember.vue b/docs/.vuepress/components/TeamMember.vue
index 426081e..de831cb 100644
--- a/docs/.vuepress/components/TeamMember.vue
+++ b/docs/.vuepress/components/TeamMember.vue
@@ -17,10 +17,10 @@
-
+
{{ name }}
-
{{ role }}
+ {{ role }}
@@ -37,4 +37,4 @@
.overlay-bg {
background-color: var(--highlight-color-light);
}
-
\ No newline at end of file
+
diff --git a/docs/.vuepress/layouts/BlankLayout.vue b/docs/.vuepress/layouts/BlankLayout.vue
index 6109cd6..b1be377 100644
--- a/docs/.vuepress/layouts/BlankLayout.vue
+++ b/docs/.vuepress/layouts/BlankLayout.vue
@@ -18,6 +18,8 @@ export default {
@import "tailwindcss/preflight.css" layer(base);
@import "tailwindcss/utilities.css" layer(utilities);
+@custom-variant dark (&:where([data-theme="dark"], [data-theme="dark"] *));
+
/* Conflicts with vuepress */
@layer base {
.vp-sidebar {
@@ -54,4 +56,4 @@ export default {
padding: 0 1rem;
}
}
-
\ No newline at end of file
+
diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss
index 6371762..10cab3e 100644
--- a/docs/.vuepress/styles/index.scss
+++ b/docs/.vuepress/styles/index.scss
@@ -17,4 +17,4 @@ h1, h2, h3, h4, h5, h6 {
.font-sourcesans {
font-family: 'Source Sans 3', sans-serif !important;
-}
\ No newline at end of file
+}
diff --git a/docs/index.md b/docs/index.md
index 1b9f865..1b1735a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,9 +4,9 @@ layout: BlankLayout
-
@@ -24,12 +24,12 @@ layout: BlankLayout
-
-
@@ -41,26 +41,26 @@ layout: BlankLayout
Softwareentwicklung für eine bessere Welt
-
Wir sind Softwareentwickler, die deine alternative Vision verstehen und umsetzen. Mit technischer Expertise und persönlicher Betreuung unterstützen wir Projekte, die Positives bewirken.
-
+
Wir glauben an die Kraft von Technologie für positiven Wandel. Unser Team verbindet technische Expertise mit nachhaltigem Denken und sozialer Verantwortung.
-
+
.text-shadow {
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
-
+
&-sm {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@@ -209,7 +209,7 @@ layout: BlankLayout
&-button {
transition: transform 0.3s ease, box-shadow 0.3s ease;
-
+
&:hover {
transform: translateY(-3px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -244,4 +244,4 @@ layout: BlankLayout
}
}
-
\ No newline at end of file
+