feat: add custom icon and color settings for the Fear Tracker UI
This commit is contained in:
parent
c0c9a1816c
commit
217d6c9222
2 changed files with 170 additions and 0 deletions
11
styles/module.css
Normal file
11
styles/module.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue