The reason https://forum.hackthebox.com/t/academy-website-dark-background/271355/2
Extremely difficult to read text on dark background
Authorivankatliarchuk
LicenseMIT License
Categoryhackthebox
Created
Updated
Size408 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
The reason https://forum.hackthebox.com/t/academy-website-dark-background/271355/2
Extremely difficult to read text on dark background
/* ==UserStyle==
@name academy.hackthebox.com - Apr 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author ik
@why https://forum.hackthebox.com/t/academy-website-dark-background/271355/2
==/UserStyle== */
@-moz-document domain("academy.hackthebox.com") {
html {
filter: invert(100%) hue-rotate(180deg);
}
}