feat: add custom icon and color settings for the Fear Tracker UI

This commit is contained in:
CPTN Cosmo 2025-12-19 00:41:49 +01:00
parent c0c9a1816c
commit 217d6c9222
2 changed files with 170 additions and 0 deletions

11
styles/module.css Normal file
View file

@ -0,0 +1,11 @@
.fear-tracker-plus-gradient {
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block; /* Required for gradient text */
}
/* Ensure the icon keeps its size and doesn't collapse */
#resource-fear i.fear-tracker-plus-custom {
transition: all 0.5s ease;
}