diff --git a/pages/index.tsx b/pages/index.tsx
index c79478e..0860189 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,7 +1,7 @@
import type { NextPage } from "next";
import Head from "next/head";
import Link from "next/link";
-import { GithubLogo, InstagramLogo, DiscordLogo } from "phosphor-react";
+import { GithubLogo, InstagramLogo, DiscordLogo, GameController } from "phosphor-react";
import REPL from "../components/REPL";
import styles from "../styles/Home.module.css";
@@ -18,18 +18,20 @@ const Home: NextPage = () => {
|
Bug?
|
-
+
|
-
+
|
-
+
-
+
C0ntroller_Z#3883
+ |
+
diff --git a/styles/Home.module.css b/styles/Home.module.css
index 873e4b4..7283e5a 100644
--- a/styles/Home.module.css
+++ b/styles/Home.module.css
@@ -62,7 +62,7 @@
z-index: 1;
bottom: 125%;
left: 50%;
- margin-left: -60px;
+ margin-left: -70px;
opacity: 0;
transition: opacity 0.1s;
}
@@ -75,7 +75,7 @@
margin-left: -5px;
border-width: 5px;
border-style: solid;
- border-color: #555 transparent transparent transparent;
+ border-color: #333 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {