Skip to content

Enable custom stylesheets

¡SomethingSpecial! edited this page Jan 30, 2024 · 2 revisions

This feature enables custom styling for the website. It injects CSS at the top level so that any changes it makes are never removed. I created it from start to finish, and it is completely your choice to use it.

How it works

It simply finds the <head> element and prepends a <style> tag containing all the styling to it.


Subset feature: Remove course thumbnails

This feature removes the course thumbnails from the courses on the homepage.

Subset feature: Custom background

This feature adds a custom background to the entire website. It can be seen from anywhere since the styling uses translucent backgrounds on most of the cards.