I was wondering if it is possible to fetch the text from a button through css.
Like for example lets say I have a list where the entry have different names.
Is it possible through css to say something like all those that have the name Failure will be Red or something like that??
I searched for both a question like this or a way for me to find the answer but I have came out mostly empty, with either an its impossible or using a :contains() that the cards dont work with Im pretty sure
It is not possible.
Is like a kid paint book.
The manufacturer (HA) creates the book with a bunch drawings that create fields and the fields are given a number.
Then the book is sold to the family and the kid in the family then look at the list with what color a certain numbered field is suggested to have. That list is the CSS.
The kid can decide to change the color of a numbered field, but there is no way for the kid to contact the manufacturer to change the line drawings.
I do not know what you are making, but if it is a card, then you are the manufacturer and can therefore both make the line drawings and the list of suggested colors.
Thats about what I was expecting, thank you for the answer though.
I was trying to have a log of entries and exists where depending on the log message or name it would display with different colors, but I just settled to using two seperate logbooks. Though if you know of a better way I am open to suggestions