diff --git a/content/categories/pranksuite/_index.md b/content/categories/pranksuite/_index.md
index 58a4804..1066224 100644
--- a/content/categories/pranksuite/_index.md
+++ b/content/categories/pranksuite/_index.md
@@ -2,8 +2,6 @@
title: "Prank Suite"
image: "featured-image.png"
---
-*[Formally, Weeb Detector](https://www.youtube.com/embed/grI_YSRRoBY) was a prank I made to use on my brother, since he started watching anime. He deserved this punishment fully. I made a video on how to set it up and a code walk-through aswell.*
-
NOTE: This software can be used maliciously. I am no way responsible for the use of this software and encourage its use in good faith.
## Features
@@ -12,10 +10,6 @@ NOTE: This software can be used maliciously. I am no way responsible for the use
- Trigger HTML popups
- Remotely play sounds
- Remotely change the user's wallpaper
-
-## Changes since Weeb Detector
-- Trigger HTML popups
-- Remotely play sounds
- UI Redesign for ease of pranking
- Ability to transfer files for all pranks
diff --git a/themes/hugo-theme-stack/assets/scss/general.scss b/themes/hugo-theme-stack/assets/scss/general.scss
index e12bb0e..77b3adb 100644
--- a/themes/hugo-theme-stack/assets/scss/general.scss
+++ b/themes/hugo-theme-stack/assets/scss/general.scss
@@ -1,6 +1,6 @@
a {
text-decoration: none;
- color: var(--accent-color);
+ color: var(--body-text-color);
&:hover {
color: var(--accent-color-darker);
diff --git a/themes/hugo-theme-stack/layouts/_default/list.html b/themes/hugo-theme-stack/layouts/_default/list.html
index 270c8e0..c1e2759 100644
--- a/themes/hugo-theme-stack/layouts/_default/list.html
+++ b/themes/hugo-theme-stack/layouts/_default/list.html
@@ -18,30 +18,30 @@