diff --git a/index.html b/index.html
index 97ae422..9c52a9d 100644
--- a/index.html
+++ b/index.html
@@ -34,10 +34,6 @@
-> CurseForge Projects
-> Gitea (fuck github they shadow banned me)
-
diff --git a/static/main.css b/static/main.css
index 40e9019..dd095b4 100644
--- a/static/main.css
+++ b/static/main.css
@@ -4,6 +4,16 @@
--accent: #555555;
}
+::selection {
+ background: #fff;
+ color: #000;
+}
+
+::-moz-selection {
+ background: #fff;
+ color: #000;
+}
+
body {
background-color: var(--bg);
color: var(--text);