diff --git a/content/_index.md b/content/_index.md
index 5af482d..72a18ee 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -9,14 +9,13 @@ intro = "Need help with Product development or IT?
You have come to right p
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ut magna vitae libero
accumsan pretium vitae et massa. Morbi dolor est, ullamcorper eu ante vitae, scelerisque
--->
# Software Development
bibendum ligula. Etiam sed lobortis quam. Pellentesque habitant morbi tristique
senectus et netus et malesuada fames ac turpis egestas. Donec ac ullamcorper quam.
-Jag vill veta mer
+Jag vill veta mer
# Product Development
@@ -25,11 +24,11 @@ erat ut pellentesque. Etiam nec orci odio. Donec mattis luctus libero ac gravida
volutpat risus in interdum aliquam. Integer laoreet ex et risus pharetra, ut porttitor
turpis tincidunt.
-- ## [System Engineering](product-dev#system)
-- ## [Component Sourcing](product-dev#component)
-- ## [PCB Design](product-dev#pcb)
-- ## [Mechanical Design](product-dev#mech)
-- ## [Structural Analysis](product-dev#fea)
+## [System Engineering](product-dev#system)
+
+
+
+
# IT
diff --git a/sass/style.scss b/sass/style.scss
index ffe4c9e..031d135 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -55,4 +55,10 @@ ul {
.service {
background: green;
width: 40%;
+}
+
+a.more {
+ color: var(--secondary-text-color);
+ background: var(--primary-color);
+ padding: 0 1em;
}
\ No newline at end of file