Thanks to Adam_TheTimeSav and his post Solved: Re: How to make a colorful kanban board - Airtable Community I have installed Tampermonkey and changed the background color of my Kanban board.
I would like to go further and change colors for tasks and stacks. Where can I find Airtable documentation on the various options to do this and other things I might like to do in the future? In the script to change background color I find
GM_addStyle('#kanbanView > div.white { background-color: aliceblue !important;
Where does #kanbanView and others come from and what can I do with them?
Where does div.white and others come from and what can I do with them?
What options are available such as background-color?
What does !important mean?
I'm an old-timer who's been programming for decades. I think I can figure out how to do what I want to do if I could find documentation.
For starters, I'd like to change the background color of stacks to match the listname.
Hope this makes sense ...
Thanks