-
Hi again! I tried to create a new colour, called "minion", in App.vue, but it didn't work. I suppose I have to add again some code lines, but where are they?
And, second detail: where are defined the font colours? I think about the blue/cyan/orange/red font when you print the list of roles (just to see the exact hexa code). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
So, the font / app colors are defined here: https://github.com/bra1n/townsquare/blob/develop/src/vars.scss |
Beta Was this translation helpful? Give feedback.
-
Currently, the code is frozen but that doesn't mean it will stay this way
forever. TPI is still figuring out how to deal with unofficial projects
best, so there's a chance that the clocktower.online app will get the new
characters eventually.
|
Beta Was this translation helpful? Give feedback.
So, the font / app colors are defined here: https://github.com/bra1n/townsquare/blob/develop/src/vars.scss
And the gradient colors that are used by the icons are defined here: https://github.com/bra1n/townsquare/blob/develop/src/components/Gradients.vue