Change color of "note title" field in CSS

Hello,
how can I change the background color of the note title field in CSS?
I cannot seem to find the correct one in the CSS.
Thank you very much in advance!

Try

userchrome.css

 input.title-input {
    background-color: red !important;
 }

Thank you so much!
How/where did you find this?

Do you by chance also know how to change these colors (WYSIWYG editor buttons and the date+time field)? They seem to have a different setting.

Also any idea about the note numbers?
2

Thank you very much in advance and have a great weekend!

Have a read of this as it gives a very quick guide on using the Development Tools built into Joplin to identify css elements.