diff --git a/pages/info.tsx b/pages/info.tsx
index ce5aa79..1ac6d7c 100644
--- a/pages/info.tsx
+++ b/pages/info.tsx
@@ -116,16 +116,18 @@ const Info = () => {
classNames='fadeTransition'
>
{infoToggles.accom ? (
-
+
) : (
<>>
diff --git a/styles/Info.module.scss b/styles/Info.module.scss
index 49bd5d8..130a48d 100644
--- a/styles/Info.module.scss
+++ b/styles/Info.module.scss
@@ -32,3 +32,19 @@
transition: color 0.3s;
}
}
+
+.infoContent {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
+.linkList {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+
+ a {
+ margin-bottom: 1rem;
+ }
+}
diff --git a/styles/globals.scss b/styles/globals.scss
index 120e97c..3d2ad7b 100644
--- a/styles/globals.scss
+++ b/styles/globals.scss
@@ -14,7 +14,7 @@ p {
}
a {
- color: #8962ec;
+ color: #7e54e7;
text-decoration: underline;
}