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 @@
{{ .Content }}
- {{- $image := partialCached "helper/image" (dict "Context" . "Type" "section") .RelPermalink "section" -}} - {{ if $image.exists }} -
- {{ if $image.resource }} - {{- $Permalink := $image.resource.RelPermalink -}} - {{- $Width := $image.resource.Width -}} - {{- $Height := $image.resource.Height -}} - - {{- if (default true .Page.Site.Params.imageProcessing.cover.enabled) -}} - {{- $thumbnail := $image.resource.Fill "120x120" -}} - {{- $Permalink = $thumbnail.RelPermalink -}} - {{- $Width = $thumbnail.Width -}} - {{- $Height = $thumbnail.Height -}} - {{- end -}} - - - {{ else }} - - {{ end }} -
- {{ end }} + + + + + + + + + + + + + + + + + + + + + + + +