diff --git a/src/components/App/App.css b/src/components/App/App.css
index 72bc79f..d3f8a33 100644
--- a/src/components/App/App.css
+++ b/src/components/App/App.css
@@ -77,10 +77,22 @@ button.main-button:active {
transform: scale(1);
}
-a {
+a.main-link {
+ text-decoration: none;
+ position: relative;
color: black;
}
-a:hover {
- color: blue;
+a.main-link:after {
+ content: '';
+ position: absolute;
+ bottom: -2px;
+ left: 0;
+ width: 100%;
+ border-bottom: 1px solid black;
+ transition: 0.2s;
+}
+
+a.main-link:hover:after {
+ width: 0%;
}
diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx
index 50f4249..c97e688 100644
--- a/src/components/App/App.tsx
+++ b/src/components/App/App.tsx
@@ -120,20 +120,20 @@ const App: React.FC
Phosphor Icons is designed by{" "}
- Helena Zhang + built by{" "}
- Tobias Fried.
+ Helena Zhang + built by{" "}
+ Tobias Fried.
This website is set in{" "}
- Manrope by{" "}
- Mikhail Sharanda.
+ Manrope by{" "}
+ Mikhail Sharanda.
See also: