-
setVisible(false)} className={"fake-link"}>
+ setVisible(false)} className={styles.fakeLink}>
diff --git a/styles/ProjectModal.module.css b/styles/ProjectModal.module.css
index 124caa9..3b2cfb2 100644
--- a/styles/ProjectModal.module.css
+++ b/styles/ProjectModal.module.css
@@ -142,4 +142,14 @@
.pageSelector {
display: block;
}
+}
+
+.fakeLink {
+ color: var(--repl-color-link);
+ text-decoration: none;
+ cursor: pointer;
+}
+
+.fakeLink:hover {
+ text-decoration: underline;
}
\ No newline at end of file
diff --git a/styles/globals.css b/styles/globals.css
index e15490b..09e9bc6 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -19,12 +19,3 @@ body {
color: var(--repl-color);
background: #000;
}
-
-.fake-link {
- color: var(--repl-color-link);
- text-decoration: none;
- cursor: pointer;
-}
-.fake-link:hover {
- text-decoration: underline;
-}
\ No newline at end of file