From ebda2ea88302c838ad4d0bf642236dae6f5fce4d Mon Sep 17 00:00:00 2001 From: Stabosa87 Date: Mon, 6 Jul 2026 09:51:57 -0500 Subject: [PATCH] hover --- index.html | 4 ---- static/main.css | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) 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);