diff --git a/index.html b/index.html
index 41da114..acd3662 100644
--- a/index.html
+++ b/index.html
@@ -43,13 +43,13 @@
Experience
@@ -60,7 +60,6 @@
-
Rust
-
-
Go
diff --git a/styles.css b/styles.css
index 788b095..660e191 100644
--- a/styles.css
+++ b/styles.css
@@ -45,7 +45,7 @@ a {
padding: 10px;
}
-a::before {
+#profileInfo_links > a::before {
content: '';
background-color: var(--bg-complementary);
position: absolute;
@@ -61,7 +61,7 @@ a:hover {
color: var(--bg-square-inner-color);
}
-a:hover::before {
+#profileInfo_links > a:hover::before {
bottom: 0;
height: 100%;
border-radius: 10px;